From 1784bc761fb2099a6741602d89926ec30047951b Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 10 Nov 2021 12:09:15 -0600 Subject: [PATCH] update to 1.24.1 --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6432c8a..351da7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: image: plugins/kaniko settings: build_args: - - VERSION=1.23.1 + - VERSION=1.24.1 repo: r.ocj.io/network/healthchecks registry: r.ocj.io username: @@ -28,5 +28,4 @@ steps: from_secret: local_password tags: - "latest" - - "latest-${DRONE_BUILD_NUMBER}" - - "1.23.1-${DRONE_BUILD_NUMBER}" + - "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:8}"