We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624efa8 commit a94be26Copy full SHA for a94be26
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/build-push-action@v6
35
with:
36
context: .
37
- path: "{context}/Dockerfile-sqlite"
+ file: "{context}/Dockerfile-sqlite"
38
platforms: linux/amd64,linux/arm64
39
push: true
40
tags: ${{ steps.meta-sqlite.outputs.tags }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
- path: "{context}/Dockerfile-postgres"
+ file: "{context}/Dockerfile-postgres"
69
70
71
tags: ${{ steps.meta-postgres.outputs.tags }}
0 commit comments