We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b399f0 commit 17b2a41Copy full SHA for 17b2a41
test/performance/scripts/release.sh
@@ -6,6 +6,7 @@ set -o pipefail # only exit with zero if all commands of the pipeline exit succe
6
7
REGISTRY="ghcr.io"
8
REPOSITORY="adobe"
9
+TAG="${GITHUB_REF##*/}" # GITHUB_REF is a gitactions env var, ex: refs/heads/<branch_name>
10
11
# If you move this file rethink the ROOT_DIR var
12
ROOT_DIR="$(cd "$(dirname "$0")/../../.."; pwd)"
0 commit comments