update to 1.24.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2021-11-10 12:09:15 -06:00
parent daf3c771f5
commit 1784bc761f
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -19,7 +19,7 @@ steps:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
build_args: build_args:
- VERSION=1.23.1 - VERSION=1.24.1
repo: r.ocj.io/network/healthchecks repo: r.ocj.io/network/healthchecks
registry: r.ocj.io registry: r.ocj.io
username: username:
@ -28,5 +28,4 @@ steps:
from_secret: local_password from_secret: local_password
tags: tags:
- "latest" - "latest"
- "latest-${DRONE_BUILD_NUMBER}" - "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:8}"
- "1.23.1-${DRONE_BUILD_NUMBER}"