We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc817a commit b9680a3Copy full SHA for b9680a3
1 file changed
.github/workflows/main.yml
@@ -90,7 +90,6 @@ jobs:
90
91
echo "TRAVIS_TAG = $TRAVIS_TAG"
92
93
- TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
94
if [[ "$TRAVIS_TAG" =~ ^v[0-9\.-]*$ ]]; then
95
IMAGE=${{ env.DEFAULT_IMAGE }}
96
PUSH=true
0 commit comments