From 20e589f3bd20b8d1131b3c57a871c74651457dff Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sat, 17 Aug 2024 21:05:17 -0700 Subject: [PATCH] Update workflow --- .github/workflows/pr-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 8a12083..d2f38fd 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -5,6 +5,9 @@ on: types: - completed +env: + REGISTRY_IMAGE: ghcr.io/museofficial/muse + jobs: release-and-comment: name: Release snapshot and comment in PR @@ -76,7 +79,7 @@ jobs: message: | #### :package: :robot: A new release has been made for this pull request. - To play around with this PR, pull `ghcr.io/museofficial/muse:pr-${{ github.event.number }}` or `ghcr.io/museofficial/muse:${{ github.event.pull_request.head.sha }}`. + To play around with this PR, pull `${{ env.REGISTRY_IMAGE }}:pr-${{ github.event.number }}` or `${{ env.REGISTRY_IMAGE }}:${{ github.event.pull_request.head.sha }}`. Images are available for x86_64 and ARM64.