Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Aug 18, 2024
1 parent 22be075 commit 20e589f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 20e589f

Please sign in to comment.