diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3814f73eef4aec36c988abf78efeff73f01c2544..c4d35395002a25d084526f844e6615562521c1ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build_deploy_image: retry: 2 stage: build_0 tags: - - docker-executor + - k8srunner script: - cd docker/deploy - make DOCKER_BUILD_ARGS="--no-cache" DOCKER_REGISTRY_USER=$DOCKER_REGISTRY_FOLDER DOCKER_REGISTRY_HOST=$DOCKER_REGISTRY_HOST build diff --git a/docker/deploy/Makefile b/docker/deploy/Makefile index 73f22b813365affad29998a0e4d220d5d2469baf..df37dbb1286343b13b64bfa8abef9b87adf9cd23 100644 --- a/docker/deploy/Makefile +++ b/docker/deploy/Makefile @@ -1,7 +1,7 @@ include ../make/Makefile pre-build: - @echo do some required stuff before the docker build + @echo do some stuff before the docker build post-build: @echo do some stuff after the docker build \ No newline at end of file