Skip to content

Commit 44cd009

Browse files
committed
ci(workflows): adjusting image publish tag priority
1 parent 5147a2f commit 44cd009

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ jobs:
7171
lucasmendesl/beerus
7272
ghcr.io/lucasmendesl/beerus
7373
tags: |
74-
type=ref,event=branch
74+
type=raw,value=${{ needs.release.outputs.tag }},priority=100,enable=true
7575
type=raw,value=latest,enable=true
76-
type=raw,value=${{ needs.release.outputs.tag }},enable=true
77-
type=sha,enable=true,priority=100,prefix=,suffix=,format=short
7876
7977
- name: Login to Docker Hub
8078
uses: docker/login-action@v3

0 commit comments

Comments
 (0)