File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 uses : docker/build-push-action@v6
5252 with :
5353 context : .
54- file : ./containers/ Dockerfile
54+ file : ./Dockerfile
5555 platforms : ${{ matrix.arch == 'amd64' && 'linux/amd64' || 'linux/arm64' }}
5656 push : true
5757 tags : ghcr.io/${{ github.repository_owner }}/basalt-server:${{ needs.get-version.outputs.version }}-${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 uses : useblacksmith/build-push-action@v2
130130 with :
131131 context : .
132- file : ./containers/ Dockerfile
132+ file : ./Dockerfile
133133 platforms : linux/amd64
134134 push : true
135135 tags : ghcr.io/${{ github.repository_owner }}/basalt-server:dev-pr-${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 4242 uses : docker/build-push-action@v6
4343 with :
4444 context : .
45- file : ./containers/ Dockerfile
45+ file : ./Dockerfile
4646 platforms : ${{ matrix.platform }}
4747 push : true
4848 tags : ghcr.io/${{ github.repository_owner }}/basalt-server:main-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments