Skip to content
Snippets Groups Projects
Commit 3fa35814 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Revert "Explicitly set TAG to latest"


This reverts commit b26ad3fa "Explicitly set TAG to latest"
since it is causing every image that gets built, even the ones on
secondary wip branches, to be tagged as `latest` and thus affecting
production everywhere.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 20efb70c
No related branches found
No related tags found
2 merge requests!193Revert "Explicitly set TAG to latest",!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #239225 passed
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
RELEASE="${CI_COMMIT_BRANCH#*/}" RELEASE="${CI_COMMIT_BRANCH#*/}"
TAG=latest TAG=latest
else else
TAG="latest" TAG=$CI_COMMIT_REF_SLUG
fi fi
if [ "$STABLE" = "auto" ] if [ "$STABLE" = "auto" ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment