Skip to content

Commit b9680a3

Browse files
authored
Ensure respin builds get pushed to docker hub (#388)
there was an extra line that reset the TRAVIS_TAG var that needed removing
1 parent 9cc817a commit b9680a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
9191
echo "TRAVIS_TAG = $TRAVIS_TAG"
9292
93-
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
9493
if [[ "$TRAVIS_TAG" =~ ^v[0-9\.-]*$ ]]; then
9594
IMAGE=${{ env.DEFAULT_IMAGE }}
9695
PUSH=true

0 commit comments

Comments
 (0)