From 8265fa3a8d75bab1399b852d7bfe32c18e7c9d79 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 25 Jul 2022 23:04:38 +0200 Subject: [PATCH] build: pin conventi version to last release Reviewed-on: https://git.riba-interactive.de/rick/conventi/pulls/9 PR #9 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 011e018..06d39ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: commands: - git fetch --tags - name: Update version and changelog - image: registry.riba-interactive.de/conventi:latest + image: registry.riba-interactive.de/conventi:0.1.0 - name: Commit changelog updates image: alpine/git commands: @@ -17,7 +17,7 @@ steps: - git commit -m "version and changelog update [CI SKIP]" - git push origin $DRONE_TARGET_BRANCH - name: Tag commit - image: registry.riba-interactive.de/conventi:latest + image: registry.riba-interactive.de/conventi:0.1.0 commands: - export VERSION=$(conventi.sh get_version) - git tag -am "Tagging new version $VERSION" "$VERSION"