Browse Source

Replace with hyphen

pull/2764/head
a 3 years ago
parent
commit
907f9b51cd
  1. 5
      .gitlab-ci.yml

5
.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

Loading…
Cancel
Save