Skip to content

Commit

Permalink
Merge pull request #59 from adrianchiris/dont-generate-latest-tag-on-…
Browse files Browse the repository at this point in the history
…release

dont push latest tag on release
  • Loading branch information
adrianchiris authored May 26, 2024
2 parents cc623ed + 337fd11 commit 06a34e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -65,6 +67,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -100,6 +104,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=ref,event=tag
Expand Down

0 comments on commit 06a34e2

Please sign in to comment.