upgrade to 1.23.1 and switch to local repo
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Jeffrey C. Ollie 2021-10-13 11:23:06 -05:00
parent 65e0b40ace
commit 9245db8c64
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -1,14 +1,14 @@
--- ---
kind: secret kind: secret
name: docker_username name: local_username
get: get:
path: docker path: local
name: username name: username
--- ---
kind: secret kind: secret
name: docker_password name: local_password
get: get:
path: docker path: local
name: password name: password
--- ---
kind: pipeline kind: pipeline
@ -19,14 +19,14 @@ steps:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
build_args: build_args:
- VERSION=1.22.0 - VERSION=1.23.1
repo: docker.io/jcollie/healthchecks repo: r.ocj.io/network/healthchecks
repository: docker.io repository: r.ocj.io
username: username:
from_secret: docker_username from_secret: local_username
password: password:
from_secret: docker_password from_secret: local_password
tags: tags:
- "latest" - "latest"
- "latest-${DRONE_BUILD_NUMBER}" - "latest-${DRONE_BUILD_NUMBER}"
- "1.22.0-${DRONE_BUILD_NUMBER}" - "1.23.1-${DRONE_BUILD_NUMBER}"