From f7a8ee0389115b008fa79f5a4c901aaf6b5af6b3 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 2 Mar 2023 10:52:35 +1100 Subject: [PATCH] docs: update RELEASING.md --- RELEASING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index ba56da31..35f0fb6a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -15,5 +15,6 @@ ## Releasing image to Docker Hub - export GITHUB_ACCESS_TOKEN_FOR_PF_RELEASES= - 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.