Skip to content

Commit 047e97b

Browse files
authored
Re-enable push for 1.x builds
1 parent 394eee8 commit 047e97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
6868
if [[ "$TRAVIS_TAG" =~ ^v[0-9\.-]*$ ]]; then
6969
IMAGE=${{ env.DEFAULT_IMAGE }}
70-
PUSH="false"
70+
PUSH="true"
7171
VERSION=${TRAVIS_TAG:1}
7272
# Never tag 1.3.x as latest only as latest-10 and latest-10-minimal
7373
if [ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" ] && [ "${{ matrix.suffix}}" == "" ]; then

0 commit comments

Comments
 (0)