mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Try without the platform
This commit is contained in:
parent
84cc264a9c
commit
36a27c3a13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
|
@ -36,12 +36,12 @@ jobs:
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
tracksapp/tracks:latest
|
tracksapp/tracks:latest
|
||||||
tracksapp/tracks:master
|
tracksapp/tracks:master
|
||||||
ghcr.io/tracksapp/tracks:latest
|
ghcr.io/tracksapp/tracks:latest
|
||||||
|
|
||||||
|
# platforms: linux/amd64,linux/arm64
|
||||||
#ghcr.io/TracksApp/tracks:1.0.0
|
#ghcr.io/TracksApp/tracks:1.0.0
|
||||||
#tracksapp/tracks:1.0.0
|
#tracksapp/tracks:1.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue