diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa5bdd2d84c1080b34a80c2c0e791cdde8a36cdc..9c0ab58f6c275098cc68f937504cacc4e814661f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ go_build: dockerhub: stage: docker + tags: [speed] image: name: gcr.io/kaniko-project/executor:debug entrypoint: [ "" ] @@ -39,6 +40,7 @@ dockerhub: prod: stage: deploy + tags: [speed] image: name: alpine entrypoint: [ "" ] @@ -65,6 +67,7 @@ prod: staging: stage: deploy + tags: [speed] image: name: alpine entrypoint: [ "" ]