Update workflow

This commit is contained in:
Max Isom 2024-08-17 21:05:17 -07:00
parent 22be075c81
commit 20e589f3bd
No known key found for this signature in database

View file

@ -5,6 +5,9 @@ on:
types: types:
- completed - completed
env:
REGISTRY_IMAGE: ghcr.io/museofficial/muse
jobs: jobs:
release-and-comment: release-and-comment:
name: Release snapshot and comment in PR name: Release snapshot and comment in PR
@ -76,7 +79,7 @@ jobs:
message: | message: |
#### :package: :robot: A new release has been made for this pull request. #### :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. Images are available for x86_64 and ARM64.