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

Upgrade to stable build-ah-engine version

parent 8e98099e
Branches
No related tags found
No related merge requests found
Pipeline #2299 passed
image: quay.io/sheogorath/build-ah-engine image: quay.io/sheogorath/build-ah-engine:1.0.0
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...@@ -21,7 +21,7 @@ tagging-deploy: ...@@ -21,7 +21,7 @@ tagging-deploy:
script: script:
- podman pull "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - podman pull "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
- si-tagging -l "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" "$CI_REGISTRY_IMAGE" "$(grep -e 'FROM docker.io/library/haproxy:' Dockerfile | sed -e 's/.*://' -e 's/-alpine$//')" - si-tagging -l "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" "$CI_REGISTRY_IMAGE" "$(grep -e 'FROM docker.io/library/haproxy:' Dockerfile | sed -e 's/.*://' -e 's/-alpine$//')"
- podman images --format "{{.Repository}}:{{.Tag}}" "$CI_REGISTRY_IMAGE" | grep "$CI_REGISTRY_IMAGE" | xargs -L 1 podman push - si-push "$CI_REGISTRY_IMAGE"
only: only:
- deploy - deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment