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)"