Skip to content

Commit

Permalink
Fix retag workflow + add link (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 7, 2023
1 parent e069a33 commit b724936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Re-tag image
run: |
docker pull ghcr.io/chainsafe/forest:${{ github.event.inputs.tag }}
docker tag ghcr.io/chainsafe/forest:${{ github.event.inputs.tag }} ghcr.io/chainsafe/forest:${{ github.event.inputs.new_tag }}
- name: Push image
if: ${{ !github.event.inputs.dry_run }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ Make a pull request with the following changes:
hour).
- Verify that the new release is available in the GitHub Container Registry. Use
`docker pull ghcr.io/chainsafe/forest:<version>`. If it's a new stable release
(and not a backport), tag the image as `latest` with a <link to come> action.
Verify the tags in the [packages][6] list.
(and not a backport), tag the image as `latest` with the [retag action][6].
Verify the tags in the [packages][7] list.

[1]: https://keepachangelog.com/en/1.0.0/
[2]: https://github.com/ChainSafe/forest/blob/main/Cargo.toml
[3]: https://doc.rust-lang.org/cargo/reference/publishing.html
[4]: https://github.com/ChainSafe/forest/releases/new
[5]: https://github.com/ChainSafe/forest/blob/main/CHANGELOG.md
[6]: https://github.com/ChainSafe/forest/pkgs/container/forest
[6]: https://github.com/ChainSafe/forest/actions/workflows/docker-latest-tag.yml
[7]: https://github.com/ChainSafe/forest/pkgs/container/forest

0 comments on commit b724936

Please sign in to comment.