Skip to content

Commit

Permalink
ci: do not create Docker image with v0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 2, 2024
1 parent b6f7039 commit 4aa7f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-rugpi-bakery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4aa7f70

Please sign in to comment.