mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Use correct option to docker/build-push-action for Dockerfiles
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
path: "{context}/Dockerfile-sqlite"
|
file: "{context}/Dockerfile-sqlite"
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-sqlite.outputs.tags }}
|
tags: ${{ steps.meta-sqlite.outputs.tags }}
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
path: "{context}/Dockerfile-postgres"
|
file: "{context}/Dockerfile-postgres"
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-postgres.outputs.tags }}
|
tags: ${{ steps.meta-postgres.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user