Skip to content

Commit 167e019

Browse files
committed
ci: remove SHA-based Docker tags
1 parent 60936ba commit 167e019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
tags: |
5151
type=ref,event=branch
5252
type=semver,pattern={{version}}
53-
type=sha,prefix={{branch}}-,enable=${{ startsWith(github.ref, 'refs/heads/') }}
5453
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
5554
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}
5655

0 commit comments

Comments
 (0)