Skip to content

Commit

Permalink
align image tag format on release
Browse files Browse the repository at this point in the history
use vX.Y.z instead of X.y.z as done in
other related projects

Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Jun 17, 2024
1 parent 0b0fbee commit a8a16d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},enable=${{ contains(github.ref, 'refs/tags/v') }}
type=ref,event=tag
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},enable=${{ contains(github.ref, 'refs/tags/v') }}
type=ref,event=tag
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},enable=${{ contains(github.ref, 'refs/tags/v') }}
type=ref,event=tag
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},enable=${{ contains(github.ref, 'refs/tags/v') }}
type=ref,event=tag
- name: Log in to ghcr.io
uses: docker/login-action@v2
Expand Down

0 comments on commit a8a16d4

Please sign in to comment.