Skip to content

Commit 6e49e6e

Browse files
authored
Update build-image.yaml to modify tagging logic
Removed the 'latest-itb' tag for prerelease semver tags.
1 parent f06d459 commit 6e49e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
tags: |
2525
type=raw,value=sha-{{sha}}
2626
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')}}
27-
type=raw,value=latest-itb-{{date 'YYYYMMDDHHmmss'}},enable=${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-')}}
2827
type=ref,event=pr,suffix=-{{date 'YYYYMMDDHHmmss'}}
2928
type=ref,event=branch,suffix=-{{date 'YYYYMMDDHHmmss'}}
3029
type=ref,event=tag,suffix=-{{date 'YYYYMMDDHHmmss'}}

0 commit comments

Comments
 (0)