Skip to content

Commit 2ace00c

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/build-push-action-7
2 parents 9892ccb + 939f104 commit 2ace00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-scan-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
${{ env.DOCKERHUB_NAMESPACE != '' && format('{0}/{1}', env.DOCKERHUB_NAMESPACE, env.IMAGE_NAME) || '' }}
106106
tags: |
107107
type=raw,value=latest,enable={{is_default_branch}}
108-
type=sha,prefix={{branch}}-
108+
type=sha,prefix=sha-
109109
type=ref,event=branch
110110
type=ref,event=pr
111111
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)