Commit 1a4d0017 authored by Alexandro Lopes's avatar Alexandro Lopes
Browse files

Teste environment

No related merge requests found
Pipeline #483 passed with stages
in 1 minute and 9 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -15,8 +15,8 @@ variables:
.script_build_image: &script_build_image
variables:
TAG_LATEST: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:latest;
IMAGE_TAG: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHORT_SHA;
TAG_LATEST: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:latest
IMAGE_TAG: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHORT_SHA
# rules:
# - if: $CI_COMMIT_TAG
# variables:
......@@ -108,8 +108,8 @@ Build Imagem Producao:
rules:
- if: $CI_COMMIT_TAG
variables:
TAG_LATEST: $CI_REGISTRY_IMAGE/prod:latest;
IMAGE_TAG: $CI_REGISTRY_IMAGE/prod:$CI_COMMIT_REF_SLUG;
TAG_LATEST: $CI_REGISTRY_IMAGE/prod:latest
IMAGE_TAG: $CI_REGISTRY_IMAGE/prod:$CI_COMMIT_REF_SLUG
# Push release:
# stage: push
# environment:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment