Skip to content

Commit 7d4531f

Browse files
committed
updating tagging
1 parent 7a747e9 commit 7d4531f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build_images.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ jobs:
2626
TAGS="${DOCKER_IMAGE}:${VERSION}-alpine"
2727
fi
2828
29-
# If the VERSION looks like a version number, assume that
30-
# this is the most recent version of the image and also
31-
# tag it 'latest'.
32-
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
33-
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
34-
fi
29+
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
3530
3631
# Set output parameters.
3732
echo ::set-output name=tags::${TAGS}

0 commit comments

Comments
 (0)