Skip to content

Commit 5a2bd4c

Browse files
committed
Use git context for building docker images
1 parent e5b3521 commit 5a2bd4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Build and push
3434
uses: docker/build-push-action@v6
3535
with:
36-
context: .
3736
file: "./Dockerfile-sqlite"
3837
platforms: linux/amd64,linux/arm64
3938
push: true
@@ -64,7 +63,6 @@ jobs:
6463
- name: Build and push
6564
uses: docker/build-push-action@v6
6665
with:
67-
context: .
6866
file: "./Dockerfile-postgres"
6967
platforms: linux/amd64,linux/arm64
7068
push: true

0 commit comments

Comments
 (0)