diff --git a/.drone.yml b/.drone.yml index 9e9bb03..a9748e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,14 +31,13 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - drone-${DRONE_BUILD_NUMBER} - - 1.23.2-debug username: from_secret: harbor-username password: from_secret: harbor-password - name: test image - image: harbor.1sept.ru/drone/drone-kaniko:1.23.2-debug + image: harbor.1sept.ru/drone/drone-kaniko:git-${DRONE_COMMIT_SHA:0:7} settings: registry: harbor.1sept.ru repo: drone/drone-kaniko @@ -59,7 +58,6 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - drone-${DRONE_BUILD_NUMBER} - - 1.23.2-debug - latest username: from_secret: harbor-username @@ -75,6 +73,6 @@ image_pull_secrets: --- kind: signature -hmac: dffa37945bf257b1523893d31bd28e05e9113cf43b913a58154009e5ee815f9a +hmac: 71e77d227ecf0c74b53f943cc5b50c9701fd2d5b78722d62104463d0b93584d3 ...