Jack Concanon

Results 1 issues of Jack Concanon

**Actual behavior** Using Kaniko in my gitlab-ci.yml file to build and push images on new tags - ``` deploy-docker: stage: deploy rules: - if: $CI_COMMIT_TAG image: name: gcr.io/kaniko-project/executor:v1.23.2-debug entrypoint: [""]...