Skip to content

Commit

Permalink
docs: update RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 1, 2023
1 parent 5fa6e5a commit f7a8ee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@

## Releasing image to Docker Hub

export GITHUB_ACCESS_TOKEN_FOR_PF_RELEASES=<a github token with public repo scope>
script/trigger-release.sh
Execute `https://github.com/pact-foundation/pact-broker-docker/actions/workflows/release_image.yml`

NOTE: the automatic version calculation code is broken because docker hub no longer allows public API access. The code in `script/release/next-docker-tag.sh` needs to be updated to use the git tags instead. Set the custom_tag when releasing until this is fixed.

0 comments on commit f7a8ee0

Please sign in to comment.