diff options
| author | Max Isom <[email protected]> | 2024-08-18 15:55:06 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-18 15:55:06 -0700 |
| commit | 9751feb778cd3f7bf863d5e91d7c187980ce3da9 (patch) | |
| tree | c43d0d10cd779c70558bc84349dc59393e28476b /.github/workflows | |
| parent | 30c8b1310273aebef9799c943b1c27519f3ad425 (diff) | |
| download | muse-9751feb778cd3f7bf863d5e91d7c187980ce3da9.tar.xz muse-9751feb778cd3f7bf863d5e91d7c187980ce3da9.zip | |
Update workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 1b9f8ef..651840c 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -90,7 +90,6 @@ jobs: path: /tmp/pull_request_number/pull_request_number/pull_request_number.txt - name: Create manifest list and push - working-directory: /tmp/digests run: | docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-amd64 ${{ env.REGISTRY_IMAGE }}:${{ env.SHA }}-linux-arm64 @@ -99,6 +98,7 @@ jobs: with: header: "pr-release" number: ${{ steps.pull_request_number_reader.outputs.content }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }} message: | #### :package: :robot: A new release has been made for this pull request. |
