Skip to content

Commit c2b4c94

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0a317cd + 1b80398 commit c2b4c94

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
!sqlite/
77
!postgres/
88
!entrypoint-*
9+
!Dockerfile*

.github/workflows/docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Build and push
3434
uses: docker/build-push-action@v6
3535
with:
36-
context: .
37-
file: "{context}/Dockerfile-sqlite"
36+
file: "./Dockerfile-sqlite"
3837
platforms: linux/amd64,linux/arm64
3938
push: true
4039
tags: ${{ steps.meta-sqlite.outputs.tags }}
@@ -64,8 +63,7 @@ jobs:
6463
- name: Build and push
6564
uses: docker/build-push-action@v6
6665
with:
67-
context: .
68-
file: "{context}/Dockerfile-postgres"
66+
file: "./Dockerfile-postgres"
6967
platforms: linux/amd64,linux/arm64
7068
push: true
7169
tags: ${{ steps.meta-postgres.outputs.tags }}

0 commit comments

Comments
 (0)