Skip to content

Commit

Permalink
Ensure respin builds get pushed to docker hub (#388)
Browse files Browse the repository at this point in the history
there was an extra line that reset the TRAVIS_TAG var that needed removing
  • Loading branch information
hardillb authored Sep 7, 2023
1 parent 9cc817a commit b9680a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
echo "TRAVIS_TAG = $TRAVIS_TAG"
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
if [[ "$TRAVIS_TAG" =~ ^v[0-9\.-]*$ ]]; then
IMAGE=${{ env.DEFAULT_IMAGE }}
PUSH=true
Expand Down

0 comments on commit b9680a3

Please sign in to comment.