diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4ec74ab6b58828d27cfc86c8a1581c69b1ab2d0..90880b95e2a7a11fc810590dc2aed8774f513b44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: quay.io/sheogorath/build-ah-engine
+image: quay.io/sheogorath/build-ah-engine:1.0.0
 
 before_script:
   - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
@@ -21,7 +21,7 @@ tagging-deploy:
   script:
     - 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$//')"
-    - podman images --format "{{.Repository}}:{{.Tag}}" "$CI_REGISTRY_IMAGE" | grep "$CI_REGISTRY_IMAGE" | xargs -L 1 podman push
+    - si-push "$CI_REGISTRY_IMAGE"
   only:
     - deploy