We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a317cd + 1b80398 commit c2b4c94Copy full SHA for c2b4c94
.dockerignore
@@ -6,3 +6,4 @@
6
!sqlite/
7
!postgres/
8
!entrypoint-*
9
+!Dockerfile*
.github/workflows/docker.yml
@@ -33,8 +33,7 @@ jobs:
33
- name: Build and push
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 }}
@@ -64,8 +63,7 @@ jobs:
64
63
65
66
67
68
- file: "{context}/Dockerfile-postgres"
+ file: "./Dockerfile-postgres"
69
70
71
tags: ${{ steps.meta-postgres.outputs.tags }}
0 commit comments