Skip to content

Commit

Permalink
Always add the prefix v into the image tag name
Browse files Browse the repository at this point in the history
See this issue about the usage of raw docker/metadata-action#154
  • Loading branch information
joseblanchard81 committed Dec 6, 2021
1 parent 923de28 commit 025036e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Expand Up @@ -59,7 +59,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Docker meta for Contributors
id: metaContributors
Expand All @@ -72,7 +72,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Docker meta for Contributors
id: metaContributors
Expand All @@ -165,7 +165,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Docker meta for Contributors
id: metaContributors
Expand All @@ -258,7 +258,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=pattern={{version}},prefix=v
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 025036e

Please sign in to comment.