Skip to content

Commit 53a6067

Browse files
authored
ci: only tag once with latest (#152)
1 parent f2f6c40 commit 53a6067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/docker-build/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ runs:
5252
tags: |
5353
type=semver,enable=true,pattern={{raw}}
5454
type=semver,enable=true,pattern={{major}},prefix=v
55-
type=semver,enable=true,pattern=latest
5655
type=ref,event=pr,prefix=pr-,enable=true
5756
type=ref,event=branch,branch=main,pattern={{raw}}
5857
type=ref,event=branch,branch=main,pattern={{major}},prefix=v
59-
type=ref,event=branch,branch=main,pattern=latest
6058
- name: Build Docker image
6159
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6260
with:

0 commit comments

Comments
 (0)