Skip to content

Commit 3bbfcb9

Browse files
committed
Fix Dockerfile reference
1 parent 8752531 commit 3bbfcb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/build-push-action@v6
3535
with:
3636
context: .
37-
file: "{context}/Dockerfile-sqlite"
37+
file: "./Dockerfile-sqlite"
3838
platforms: linux/amd64,linux/arm64
3939
push: true
4040
tags: ${{ steps.meta-sqlite.outputs.tags }}
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/build-push-action@v6
6666
with:
6767
context: .
68-
file: "{context}/Dockerfile-postgres"
68+
file: "./Dockerfile-postgres"
6969
platforms: linux/amd64,linux/arm64
7070
push: true
7171
tags: ${{ steps.meta-postgres.outputs.tags }}

0 commit comments

Comments
 (0)