Skip to content

Commit 17b2a41

Browse files
palasanuGeorge Palasanu
and
George Palasanu
authored
Release tag fix for the performance tests image (#21)
Co-authored-by: George Palasanu <[email protected]>
1 parent 9b399f0 commit 17b2a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/performance/scripts/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -o pipefail # only exit with zero if all commands of the pipeline exit succe
66

77
REGISTRY="ghcr.io"
88
REPOSITORY="adobe"
9+
TAG="${GITHUB_REF##*/}" # GITHUB_REF is a gitactions env var, ex: refs/heads/<branch_name>
910

1011
# If you move this file rethink the ROOT_DIR var
1112
ROOT_DIR="$(cd "$(dirname "$0")/../../.."; pwd)"

0 commit comments

Comments
 (0)