Skip to content

Commit

Permalink
Release tag fix for the performance tests image (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: George Palasanu <[email protected]>
  • Loading branch information
palasanu and George Palasanu authored Mar 18, 2022
1 parent 9b399f0 commit 17b2a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/performance/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/<branch_name>

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

0 comments on commit 17b2a41

Please sign in to comment.