diff options
| author | Max Isom <[email protected]> | 2024-08-18 15:48:38 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-18 15:48:38 -0700 |
| commit | 30c8b1310273aebef9799c943b1c27519f3ad425 (patch) | |
| tree | fc892a36105cb412196b1d9f0431cc135bfd2b2e /.github/workflows | |
| parent | 0978d40e9517e633555d619b003c3119d7a0042c (diff) | |
| download | muse-30c8b1310273aebef9799c943b1c27519f3ad425.tar.xz muse-30c8b1310273aebef9799c943b1c27519f3ad425.zip | |
Update workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index cfc492d..1b9f8ef 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -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 |
