From 907f9b51cd713a293a565ea365af02d7df7d3ed9 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 28 Mar 2022 17:28:53 +0000 Subject: [PATCH] Replace with hyphen --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a17a8d7d..29f8fd342 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ - -build_binary_latest: +build-binary-latest: stage: build image: name: golang:1.18.0-alpine3.15 @@ -8,7 +7,7 @@ build_binary_latest: rules: - if: $CI_COMMIT_TAG -build_container_latest: +build-container-latest: stage: build image: name: gcr.io/kaniko-project/executor:debug