test
This commit is contained in:
parent
ac188d137a
commit
06e8a6af23
4
.github/workflows/staging-release-ghcr.yml
vendored
4
.github/workflows/staging-release-ghcr.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}-amd64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
arm64:
|
||||
runs-on: [self-hosted, arm64]
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
- name: Create & publish manifest
|
||||
run: |
|
||||
docker buildx imagetools create --append ${{ steps.meta.outputs.tags }}-arm64 --append ${{ steps.meta.outputs.tags }}-arm64 --tag ${{ steps.meta.outputs.tags }}
|
||||
docker buildx imagetools create --append ${{ steps.meta.outputs.tags }}-arm64 --tag ${{ steps.meta.outputs.tags }}
|
||||
# - uses: sarisia/actions-status-discord@v1
|
||||
# if: always()
|
||||
# with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user