Skip to content

Commit 4aa7f70

Browse files
committed
ci: do not create Docker image with v0 tag
1 parent b6f7039 commit 4aa7f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-rugpi-bakery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
uses: docker/metadata-action@v5
3131
with:
3232
images: ${{ env.IMAGE_NAME }}
33+
# Include this once we released version 1.0.0.
34+
# type=semver,pattern=v{{major}}
3335
tags: |
3436
type=schedule,pattern=nightly
3537
type=schedule,pattern=nightly-{{date 'YYYYMMDD'}}
3638
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
3739
type=semver,pattern=v{{major}}.{{minor}}
38-
type=semver,pattern=v{{major}}
3940
type=ref,event=branch
4041
type=ref,event=pr
4142
labels: |

0 commit comments

Comments
 (0)