We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b3521 commit 5a2bd4cCopy full SHA for 5a2bd4c
1 file changed
.github/workflows/docker.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Build and push
34
uses: docker/build-push-action@v6
35
with:
36
- context: .
37
file: "./Dockerfile-sqlite"
38
platforms: linux/amd64,linux/arm64
39
push: true
@@ -64,7 +63,6 @@ jobs:
64
63
65
66
67
68
file: "./Dockerfile-postgres"
69
70
0 commit comments