File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,11 @@ jobs:
9797 STABLE_VERSION=`echo ${VERSION} | sed -r 's/^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$/\1.\2/'`
9898
9999 if [[ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" && "${{ matrix.suffix }}" == "" ]]; then
100- TAGS="$TAGS,$IMAGE:$VERSION,$IMAGE:$STABLE_VERSION,$IMAGE:latest "
100+ TAGS="$TAGS,$IMAGE:$VERSION,$IMAGE:$STABLE_VERSION"
101101 elif [[ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" && "${{ matrix.suffix }}" == "-minimal" ]]; then
102- TAGS="$TAGS,$IMAGE:$VERSION-minimal,$IMAGE:latest-minimal "
102+ TAGS="$TAGS,$IMAGE:$VERSION-minimal"
103103 fi
104104
105- TAGS="$TAGS,$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
106-
107105 else
108106 IMAGE=${{ env.DEV_IMAGE }}
109107 if [[ "$TRAVIS_TAG" == *"dev"* || "$TRAVIS_TAG" == *"beta"* ]]; then
You can’t perform that action at this time.
0 commit comments