diff --git a/.drone.yml b/.drone.yml index 2196244..157dcdd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: test - image: golang:1.17.2 + image: golang:1.17.3 commands: - go test -v - go build @@ -34,7 +34,7 @@ steps: - cat /shared/greetings.txt - name: docker - image: harbor.ntppool.org/ntppool/drone-kaniko:1.7.0-debug1 + image: harbor.ntppool.org/ntppool/drone-kaniko:1.7.0-1 pull: always settings: repo: ask/drone-test @@ -54,6 +54,6 @@ volumes: --- kind: signature -hmac: 9cdf40809c3a297af1f4f0b1510f56f50a053f8ffecf02e0b21545f8aae0d69d +hmac: 10ad8f183db2d1a7a1062bd1f0aab9e7292c2e87accc080ed2340aa6989e1695 ...