Skip to content

Commit

Permalink
Merge pull request #110 from adrianchiris/change-tag-format-in-release
Browse files Browse the repository at this point in the history
align image tag format on release
  • Loading branch information
adrianchiris committed Jun 17, 2024
2 parents 0b0fbee + a8a16d4 commit be484a8
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 be484a8

Please sign in to comment.