Skip to content

Commit

Permalink
main as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement committed Dec 29, 2023
1 parent c084ca4 commit aafa7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
TAGS="${DOCKER_IMAGE}:${VERSION}"
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
if [[ $VERSION =~ ^(main|[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
fi
Expand Down

0 comments on commit aafa7b8

Please sign in to comment.