+2
-2
@@ -24,7 +24,7 @@ steps:
|
||||
tags:
|
||||
- git-${DRONE_COMMIT_SHA:0:7}
|
||||
- latest
|
||||
- 4.2.4
|
||||
- 4.2.3
|
||||
username:
|
||||
from_secret: harbor-username
|
||||
password:
|
||||
@@ -32,6 +32,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: effeee9a3c487ef54b09028d316dc4f81b12a4e28fc845fc6bb4d10f2762169e
|
||||
hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0
|
||||
|
||||
...
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ COPY --link . .
|
||||
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 ---
|
||||
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 ./assets/kubeconfig.tpl /root/.kube/config.tpl
|
||||
|
||||
Reference in New Issue
Block a user