We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe26f9 commit d3385d3Copy full SHA for d3385d3
.drone.yml
@@ -17,7 +17,7 @@ x-docker-step: &docker-step
17
- name: dockersock
18
path: /var/run/docker.sock
19
environment:
20
- BUILD_TAG: ${DRONE_BRANCH}-${DRONE_COMMIT}
+ BUILD_TAG: ${DRONE_COMMIT_SHA:0:7}
21
DOCKER_USERNAME:
22
from_secret: DOCKER_USERNAME
23
DOCKER_PASSWORD:
@@ -89,6 +89,6 @@ steps:
89
- sha512
90
---
91
kind: signature
92
-hmac: 468183d729956f7ef0f7a8c23f26ff4e672fd8ee1f8246f130709c1f5a54c66e
+hmac: 193d9ed4987bc75c271358c134d12b8b0ac17f0403a9607698a30553f770a242
93
94
...
0 commit comments