This commit is contained in:
Merith 2025-06-05 05:54:38 +00:00
parent 8bf0269636
commit b5d060816e
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Build and push multi-arch Docker images
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
--tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \
--tag $REPO_HOST/$REPO_PATH:nightly \
--push \

View file

@ -34,7 +34,7 @@ jobs:
- name: Build and push Docker images
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
--tag $REPO_HOST/$REPO_PATH:$TAG \
--tag $REPO_HOST/$REPO_PATH:latest \
--push \