We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0
1 parent b6f7039 commit 4aa7f70Copy full SHA for 4aa7f70
.github/workflows/build-rugpi-bakery.yml
@@ -30,12 +30,13 @@ jobs:
30
uses: docker/metadata-action@v5
31
with:
32
images: ${{ env.IMAGE_NAME }}
33
+ # Include this once we released version 1.0.0.
34
+ # type=semver,pattern=v{{major}}
35
tags: |
36
type=schedule,pattern=nightly
37
type=schedule,pattern=nightly-{{date 'YYYYMMDD'}}
38
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
39
type=semver,pattern=v{{major}}.{{minor}}
- type=semver,pattern=v{{major}}
40
type=ref,event=branch
41
type=ref,event=pr
42
labels: |
0 commit comments