Skip to content

Commit a94be26

Browse files
committed
Use correct option to docker/build-push-action for Dockerfiles
1 parent 624efa8 commit a94be26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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-
path: "{context}/Dockerfile-sqlite"
37+
file: "{context}/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-
path: "{context}/Dockerfile-postgres"
68+
file: "{context}/Dockerfile-postgres"
6969
platforms: linux/amd64,linux/arm64
7070
push: true
7171
tags: ${{ steps.meta-postgres.outputs.tags }}

0 commit comments

Comments
 (0)