mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-06 09:40:43 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@ -6,3 +6,4 @@
|
|||||||
!sqlite/
|
!sqlite/
|
||||||
!postgres/
|
!postgres/
|
||||||
!entrypoint-*
|
!entrypoint-*
|
||||||
|
!Dockerfile*
|
||||||
|
|||||||
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -33,8 +33,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
file: "./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 }}
|
||||||
@ -64,8 +63,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
file: "./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