From 17b2a4197eecbb72b97e35a28c03d1c6ef177323 Mon Sep 17 00:00:00 2001 From: Palasanu George Date: Fri, 18 Mar 2022 18:41:06 +0200 Subject: [PATCH] Release tag fix for the performance tests image (#21) Co-authored-by: George Palasanu --- test/performance/scripts/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/performance/scripts/release.sh b/test/performance/scripts/release.sh index f8cbbfa2..06fdfc3e 100755 --- a/test/performance/scripts/release.sh +++ b/test/performance/scripts/release.sh @@ -6,6 +6,7 @@ set -o pipefail # only exit with zero if all commands of the pipeline exit succe REGISTRY="ghcr.io" REPOSITORY="adobe" +TAG="${GITHUB_REF##*/}" # GITHUB_REF is a gitactions env var, ex: refs/heads/ # If you move this file rethink the ROOT_DIR var ROOT_DIR="$(cd "$(dirname "$0")/../../.."; pwd)"