Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fleming committed Jan 8, 2025
1 parent be3444c commit d6c11d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
git fetch --tags --force --quiet
# tag=$(git tag -l $GITHUB_REF_NAME* | tail -1 | cut -d "-" -f2-)
build_num=$(git tag -l $BRANCH_NAME* | tail -1 | cut -d "-" -f2-)
echo "BUILD_NUM = $build_num"
((build_num++))
echo "IMAGE_TAG=$GITHUB_REF_NAME.$build_num" >> $GITHUB_ENV
# if [ ! -z "$tag" ];
Expand Down

0 comments on commit d6c11d2

Please sign in to comment.