mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Update workflow
This commit is contained in:
parent
0978d40e95
commit
30c8b13102
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pr-release.yml
vendored
6
.github/workflows/pr-release.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
|||
|
||||
- name: Push images
|
||||
run: |
|
||||
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-amd64
|
||||
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-arm64
|
||||
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-amd64
|
||||
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-arm64
|
||||
|
||||
- name: Download Docker metadata
|
||||
uses: actions/download-artifact@v4
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
- name: Create manifest list and push
|
||||
working-directory: /tmp/digests
|
||||
run: |
|
||||
docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-amd64 ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-arm64
|
||||
docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-amd64 ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-arm64
|
||||
|
||||
- name: Create comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue