Skip to content

Commit 0398464

Browse files
committed
check latest tag
1 parent 4501bf5 commit 0398464

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ jobs:
5050
uses: docker/metadata-action@v3
5151
with:
5252
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53-
tags: |
54-
type=ref,event=branch
55-
type=ref,event=pr
56-
type=semver,pattern={{version}}
53+
flavor: |
54+
latest=true
5755
5856
# Build and push Docker image with Buildx (don't push on PR)
5957
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)