Skip to content

Commit 018c5cb

Browse files
committed
fix docker-publish workflow
1 parent 13f6fbe commit 018c5cb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ jobs:
4040
with:
4141
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4242
tags: |
43-
type=ref,event=branch
44-
type=ref,event=pr
4543
type=semver,pattern={{version}}
4644
type=semver,pattern={{major}}.{{minor}}
4745
type=semver,pattern={{major}}
48-
type=raw,value=latest,enable={{is_default_branch}}
49-
type=sha,prefix={{branch}}-
46+
type=raw,value=latest
5047
5148
- name: Build and push Docker image
5249
id: build

0 commit comments

Comments
 (0)