test
This commit is contained in:
parent
cae466745a
commit
ac188d137a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging-release-ghcr.yml
vendored
2
.github/workflows/staging-release-ghcr.yml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: Create & publish manifest
|
- name: Create & publish manifest
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}-arm64 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
|
docker buildx imagetools create --append ${{ steps.meta.outputs.tags }}-arm64 --append ${{ steps.meta.outputs.tags }}-arm64 --tag ${{ steps.meta.outputs.tags }}
|
||||||
# - uses: sarisia/actions-status-discord@v1
|
# - uses: sarisia/actions-status-discord@v1
|
||||||
# if: always()
|
# if: always()
|
||||||
# with:
|
# with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue