Commit 7f699cc6 authored by Clement Bois's avatar Clement Bois
Browse files

fix: keep tags for version

parent b894f15b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ get-kaniko:
  stage: build
  script:
    - git clone --depth 1 --branch "v$KANIKO_VERSION" https://github.com/chainguard-forks/kaniko.git
    - rm -r kaniko/.git
    - rm -r kaniko/.git/logs
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    expire_in: 1 day