Skip to content

Commit 2f9b46a

Browse files
committed
Update Github action tagging
1 parent be8eb7d commit 2f9b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tags: |
2626
type=semver,pattern={{version}}
2727
type=raw,value=latest-itb
28-
type=raw,value={{tag}}-{{date 'YYYYMMDDHHmmss'}}
28+
type=ref,event=tag,value={{tag}}-{{date 'YYYYMMDDHHmmss'}}
2929
type=raw,value=latest-itb-{{date 'YYYYMMDDHHmmss'}}
3030
type=raw,value=sha-{{sha}}
3131
-

0 commit comments

Comments
 (0)