Skip to content

Commit cc152e6

Browse files
committed
Remove extra docker draft publish tags
Draft PRs should not publish with the base branch as a tag, and the extra SHA tag without the build- prefix was redundant and we want to encourage the use of the tags with build- prefix only. Change-type: minor Signed-off-by: Kyle Harding <[email protected]>
1 parent aebdd30 commit cc152e6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/flowzone.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@
462462
${{ matrix.image }}
463463
labels: *dockerMetaLabels
464464
tags: |
465-
type=raw,value=${{ github.base_ref || github.ref_name }}
466-
type=raw,value=${{ github.event.pull_request.head.sha }}
467465
type=raw,value=build-${{ github.event.pull_request.head.sha }}
468466
type=raw,value=build-${{ github.event.pull_request.head.ref }}
469467
flavor: |

0 commit comments

Comments
 (0)