diff options
| author | Max Isom <[email protected]> | 2024-08-17 21:08:03 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 21:08:03 -0700 |
| commit | aa4612a45fc62369ce3c285ca765f0ddfb17a6d6 (patch) | |
| tree | ac5d762b0e3772139b06ce334a5b8658decebe0b /.github | |
| parent | 20e589f3bd20b8d1131b3c57a871c74651457dff (diff) | |
| download | muse-aa4612a45fc62369ce3c285ca765f0ddfb17a6d6.tar.xz muse-aa4612a45fc62369ce3c285ca765f0ddfb17a6d6.zip | |
Update workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pr-release.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index d2f38fd..6bd011f 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -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/[email protected] + with: + path: /tmp/metadata/metadata/metadata.json + - name: Download PR number uses: actions/download-artifact@v4 with: |
