From 0945af97739601e4f4294f996b3df372edb3a57d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:00:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks [CI SKIP] for more information, see https://pre-commit.ci --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8fc7c3..7516a14 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,15 @@ steps: - name: build image: golang commands: - - go get + - go get - go build - make versiontags > .tags - name: publish image: banzaicloud/drone-kaniko settings: - registry: registry.example.com + registry: registry.example.com repo: registry.example.com/example-project - # tags: ${DRONE_COMMIT_SHA} <= it must be left undefined + # tags: ${DRONE_COMMIT_SHA} <= it must be left undefined username: from_secret: docker-username password: @@ -85,12 +85,12 @@ steps: - name: build image: golang commands: - - go get + - go get - go build - name: publish image: banzaicloud/drone-kaniko settings: - registry: registry.example.com + registry: registry.example.com repo: registry.example.com/example-project auto_tag: true # higher priority then .tags file # tags: ${DRONE_COMMIT_SHA} <= it must be left undefined to use auto_tag