We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8752531 commit 3bbfcb9Copy full SHA for 3bbfcb9
1 file changed
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/build-push-action@v6
35
with:
36
context: .
37
- file: "{context}/Dockerfile-sqlite"
+ file: "./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
- file: "{context}/Dockerfile-postgres"
+ file: "./Dockerfile-postgres"
69
70
71
tags: ${{ steps.meta-postgres.outputs.tags }}
0 commit comments