Skip to content

Commit 798d0c6

Browse files
committed
fix path for dockerfile
1 parent dc7bb6b commit 798d0c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)