diff options
| author | Max Isom <[email protected]> | 2024-08-17 21:05:17 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 21:05:17 -0700 |
| commit | 20e589f3bd20b8d1131b3c57a871c74651457dff (patch) | |
| tree | cb7ab04d263f1728e96f0cca79514b88b2f36a06 /.github/workflows | |
| parent | 22be075c8161441b8a7249e3f97e00054f79c1e9 (diff) | |
| download | muse-20e589f3bd20b8d1131b3c57a871c74651457dff.tar.xz muse-20e589f3bd20b8d1131b3c57a871c74651457dff.zip | |
Update workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-release.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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. |
