Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-27 13:26:08 +03:00
parent 5ca7c2d5f3
commit 992017414a

View File

@@ -31,14 +31,13 @@ steps:
tags: tags:
- git-${DRONE_COMMIT_SHA:0:7} - git-${DRONE_COMMIT_SHA:0:7}
- drone-${DRONE_BUILD_NUMBER} - drone-${DRONE_BUILD_NUMBER}
- 1.23.2-debug
username: username:
from_secret: harbor-username from_secret: harbor-username
password: password:
from_secret: harbor-password from_secret: harbor-password
- name: test image - 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: settings:
registry: harbor.1sept.ru registry: harbor.1sept.ru
repo: drone/drone-kaniko repo: drone/drone-kaniko
@@ -59,7 +58,6 @@ steps:
tags: tags:
- git-${DRONE_COMMIT_SHA:0:7} - git-${DRONE_COMMIT_SHA:0:7}
- drone-${DRONE_BUILD_NUMBER} - drone-${DRONE_BUILD_NUMBER}
- 1.23.2-debug
- latest - latest
username: username:
from_secret: harbor-username from_secret: harbor-username
@@ -75,6 +73,6 @@ image_pull_secrets:
--- ---
kind: signature kind: signature
hmac: dffa37945bf257b1523893d31bd28e05e9113cf43b913a58154009e5ee815f9a hmac: 71e77d227ecf0c74b53f943cc5b50c9701fd2d5b78722d62104463d0b93584d3
... ...