mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Update workflow
This commit is contained in:
parent
22be075c81
commit
20e589f3bd
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pr-release.yml
vendored
5
.github/workflows/pr-release.yml
vendored
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue