diff --git a/.github/workflows/image-push-release.yaml b/.github/workflows/image-push-release.yaml index 23f2697..cf2d821 100644 --- a/.github/workflows/image-push-release.yaml +++ b/.github/workflows/image-push-release.yaml @@ -30,6 +30,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag @@ -65,6 +67,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag @@ -100,6 +104,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag