diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 6c0d266..08ec5ce 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -58,4 +58,5 @@ steps: - yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml - git add manifests/labmap/values.yaml - "git commit -m 'labmap: update image tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'" - - git push origin master \ No newline at end of file + - git push origin master + \ No newline at end of file