trigger only when tag

This commit is contained in:
ducoterra
2020-04-24 20:42:48 -04:00
parent b9fc25e94a
commit c5b10a4492

View File

@@ -1,7 +1,6 @@
variables:
CI_PROJECT_DIR: "."
CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/mysite
CI_COMMIT_TAG: 3.8.2_10
DEPLOY: test
stages:
@@ -10,6 +9,9 @@ stages:
- deploy
build:
only:
variables:
- $CI_COMMIT_TAG
stage: build
image:
name: gcr.io/kaniko-project/executor:debug