Skip to content

Commit b25da57

Browse files
authored
Merge pull request #447 from node-red/hardillb-patch-3
Remove latest tags from 3.1.x branch
2 parents 5ff0e3a + 88f80ee commit b25da57

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)