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
20e589f3bd
commit
aa4612a45f
1 changed files with 14 additions and 0 deletions
14
.github/workflows/pr-release.yml
vendored
14
.github/workflows/pr-release.yml
vendored
|
@ -35,6 +35,20 @@ jobs:
|
|||
docker load --input /tmp/images/image-linux-amd64.tar
|
||||
docker load --input /tmp/images/image-linux-arm64.tar
|
||||
|
||||
- name: Download Docker metadata
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/metadata
|
||||
pattern: metadata
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
github-token: ${{ secrets.GH_PAT }}
|
||||
|
||||
- name: Read the metadata.json file
|
||||
id: metadata_reader
|
||||
uses: juliangruber/read-file-action@v1.0.0
|
||||
with:
|
||||
path: /tmp/metadata/metadata/metadata.json
|
||||
|
||||
- name: Download PR number
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue