We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394eee8 commit 047e97bCopy full SHA for 047e97b
.github/workflows/main.yml
@@ -67,7 +67,7 @@ jobs:
67
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
68
if [[ "$TRAVIS_TAG" =~ ^v[0-9\.-]*$ ]]; then
69
IMAGE=${{ env.DEFAULT_IMAGE }}
70
- PUSH="false"
+ PUSH="true"
71
VERSION=${TRAVIS_TAG:1}
72
# Never tag 1.3.x as latest only as latest-10 and latest-10-minimal
73
if [ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" ] && [ "${{ matrix.suffix}}" == "" ]; then
0 commit comments