From d059dc036fdf3085280904e9aeba59fdde27ef34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Bj=C3=B6rkqvist?= Date: Thu, 28 Nov 2024 15:56:04 +0100 Subject: [PATCH] Set the ICRC Rosetta version correctly in the docker tag --- .github/workflows/rosetta-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rosetta-release.yml b/.github/workflows/rosetta-release.yml index 20c6f64917b..0b8c1336c8f 100644 --- a/.github/workflows/rosetta-release.yml +++ b/.github/workflows/rosetta-release.yml @@ -86,7 +86,7 @@ jobs: shell: bash run: | set -euo pipefail - for tag in "v${ROSETTA_RELEASE_VERSION}" latest; do + for tag in "v${ICRC_ROSETTA_RELEASE_VERSION}" latest; do bazel run --stamp --embed_label="$tag" //rs/rosetta-api/icrc1:push_ic_icrc_rosetta_image done git tag "icrc-rosetta-release-$ICRC_ROSETTA_RELEASE_VERSION" "${{ github.sha }}"