generated from oci/template
parent
9707ac2080
commit
dcd12c8909
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Build and push multi-arch Docker images
|
- name: Build and push multi-arch Docker images
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64,linux/arm64 \
|
--platform linux/amd64 \
|
||||||
--tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \
|
--tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \
|
||||||
--tag $REPO_HOST/$REPO_PATH:nightly \
|
--tag $REPO_HOST/$REPO_PATH:nightly \
|
||||||
--push \
|
--push \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue