upd
continuous-integration/drone/push Build is running

This commit is contained in:
2026-08-13 19:03:15 +03:00
parent 6f6fd13f55
commit 4738213ece
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ steps:
tags: tags:
- git-${DRONE_COMMIT_SHA:0:7} - git-${DRONE_COMMIT_SHA:0:7}
- latest - latest
- 4.2.4 - 4.2.3
username: username:
from_secret: harbor-username from_secret: harbor-username
password: password:
@@ -32,6 +32,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: effeee9a3c487ef54b09028d316dc4f81b12a4e28fc845fc6bb4d10f2762169e hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0
... ...
+1 -1
View File
@@ -11,7 +11,7 @@ COPY --link . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm
# --- Copy the cli to an image with helm already installed --- # --- Copy the cli to an image with helm already installed ---
FROM alpine/helm:4.2.4 FROM alpine/helm:4.2.3
COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm
COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl