From 4aa7f706bdab956cc7a15564384b054c407e046b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Fri, 2 Feb 2024 10:27:15 +0100 Subject: [PATCH] ci: do not create Docker image with `v0` tag --- .github/workflows/build-rugpi-bakery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-rugpi-bakery.yml b/.github/workflows/build-rugpi-bakery.yml index 10dbeb7..34b09df 100644 --- a/.github/workflows/build-rugpi-bakery.yml +++ b/.github/workflows/build-rugpi-bakery.yml @@ -30,12 +30,13 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.IMAGE_NAME }} + # Include this once we released version 1.0.0. + # type=semver,pattern=v{{major}} tags: | type=schedule,pattern=nightly type=schedule,pattern=nightly-{{date 'YYYYMMDD'}} type=semver,pattern=v{{major}}.{{minor}}.{{patch}} type=semver,pattern=v{{major}}.{{minor}} - type=semver,pattern=v{{major}} type=ref,event=branch type=ref,event=pr labels: |