Skip to content

Commit 30fdebb

Browse files
committed
ci(cd): drop hardcoded master- sha tag
The ref_name-prefixed sha tag (`type=sha,prefix=${{ github.ref_name }}-`) already produces `master-<sha>` on master builds and the correct prefix on dispatch from other branches, so the hardcoded master- variant was redundant and incorrect off-master.
1 parent 26741c1 commit 30fdebb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
type=ref,event=branch
130130
type=ref,event=tag
131131
type=sha,format=short,prefix=${{ github.ref_name }}-
132-
type=sha,prefix=master-,format=short
133132
134133
- name: Create manifest list and push
135134
working-directory: /tmp/digests

0 commit comments

Comments
 (0)