Skip to content
Snippets Groups Projects
Commit 04f5456a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed image for stopping environment

parent 611208a3
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
variables: variables:
DOCKER_HOST: "tcp://docker-dind.gitlab-suma:2375" DOCKER_HOST: "tcp://docker-dind.gitlab-suma:2375"
BUILD_DOCKER_IMAGE: docker:20.10.15 BUILD_DOCKER_IMAGE: docker:20.10.15
DEPLOY_KUBERNETES_IMAGE: alpine/k8s:1.22.6
DOCKER_FPM_IMAGE_NAME: fpm DOCKER_FPM_IMAGE_NAME: fpm
DOCKER_NGINX_IMAGE_NAME: nginx DOCKER_NGINX_IMAGE_NAME: nginx
......
.deploy: .deploy:
stage: deploy stage: deploy
image: alpine/k8s:1.22.6 image: $DEPLOY_KUBERNETES_IMAGE
script: script:
- .gitlab/deployment_scripts/update_secret.sh - .gitlab/deployment_scripts/update_secret.sh
...@@ -19,6 +19,7 @@ deploy_review: ...@@ -19,6 +19,7 @@ deploy_review:
stop_review: stop_review:
stage: stop_review stage: stop_review
image: $DEPLOY_KUBERNETES_IMAGE
environment: environment:
name: review/$CI_COMMIT_REF_SLUG name: review/$CI_COMMIT_REF_SLUG
action: stop action: stop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment