File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- <<<<<<< HEAD
2- ARG ARCH=amd64
3- ARG NODE_VERSION=14
4- =======
51ARG NODE_VERSION=12
6- >>>>>>> aa66343d764cc4f200ec7fbef0f01afeb1d82d5c
72ARG OS=alpine
83
94#### Stage BASE ########################################################################################################
Original file line number Diff line number Diff line change @@ -87,10 +87,18 @@ jobs:
8787 else
8888 PUSH="false"
8989 fi
90+
9091 VERSION=${TRAVIS_TAG}
9192 TAGS=$(echo $TAGS | sed 's!${{ env.DEFAULT_IMAGE}}!${{ env.DEV_IMAGE }}!')
9293 if [ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" ] && [ "${{ matrix.suffix}}" == "" ]; then
9394 TAGS="$TAGS,$IMAGE:$VERSION"
95+ if [ "$TRAVIS_TAG" == *"beta"* ]; then
96+ TAGS="$TAGS,$IMAGE:beta"
97+ # elsif [ "$TRAVIS_TAG" == *"dev"* ]; then
98+ # TAGS="$TAGS,$IMAGE:dev"
99+ # elsif [ "$TRAVIS_TAG" == *"test"* ]; then
100+ # TAGS="$TAGS,$IMAGE:test"
101+ fi
94102 fi
95103 fi
96104
You can’t perform that action at this time.
0 commit comments