Skip to content
Snippets Groups Projects
Verified Commit 66f981d8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Release new build-ah-engine version 1.2.0

parent afe40030
No related branches found
No related tags found
No related merge requests found
Pipeline #2936 passed
......@@ -15,10 +15,11 @@ container-build:
- CI_REGISTRY_PASSWORD
- CI_REGISTRY_IMAGE
- CI_REGISTRY_BUILD_ARGS
image: quay.io/sheogorath/build-ah-engine:1.0.0
image: quay.io/sheogorath/build-ah-engine:1.2.0
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- si-fix
- podman build --pull $CI_REGISTRY_BUILD_ARGS -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA" .
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA"
......@@ -32,7 +33,7 @@ container-tagging:
- CI_REGISTRY_PASSWORD
- CI_REGISTRY_IMAGE
- CI_REGISTRY_IMAGE_VERSION
image: quay.io/sheogorath/build-ah-engine:1.0.0
image: quay.io/sheogorath/build-ah-engine:1.2.0
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment