Skip to content
Snippets Groups Projects
Commit fdf3b1b4 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Push latest when on test branch

parent 6882881a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ release:dockerhub:latest:
# Push latest tag
- docker buildx imagetools create $CONTAINER_IMAGE --tag $DOCKER_REGISTRY_IMAGE:latest
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "test"'
release:wiki:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment