aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-18 15:48:38 -0700
committerMax Isom <[email protected]>2024-08-18 15:48:38 -0700
commit30c8b1310273aebef9799c943b1c27519f3ad425 (patch)
treefc892a36105cb412196b1d9f0431cc135bfd2b2e /.github/workflows
parent0978d40e9517e633555d619b003c3119d7a0042c (diff)
downloadmuse-30c8b1310273aebef9799c943b1c27519f3ad425.tar.xz
muse-30c8b1310273aebef9799c943b1c27519f3ad425.zip
Update workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-release.yml6
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