Skip to content
Snippets Groups Projects
Commit 7bb30497 authored by Emanuele Aina's avatar Emanuele Aina Committed by Martyn Welch
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 f73fe191
No related branches found
No related tags found
No related merge requests found
Pipeline #238555 passed
......@@ -29,7 +29,7 @@ before_script:
RELEASE="${CI_COMMIT_BRANCH#*/}"
TAG=latest
else
TAG="latest"
TAG=$CI_COMMIT_REF_SLUG
fi
if [ "$STABLE" = "auto" ]
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