Skip to content
Snippets Groups Projects

Revert "Explicitly set TAG to latest"

Merged Emanuele Aina requested to merge wip/em/fix-tagging into apertis/v2022dev2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading