Skip to content

Commit

Permalink
Update Github action tagging to get a tag of form
Browse files Browse the repository at this point in the history
{{tag}}-{{timestamp}}
  • Loading branch information
CannonLock committed Dec 14, 2023
1 parent 2f9b46a commit bad319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=raw,value=latest-itb
type=ref,event=tag,value={{tag}}-{{date 'YYYYMMDDHHmmss'}}
type=ref,event=tag,suffix=-{{date 'YYYYMMDDHHmmss'}}
type=raw,value=latest-itb-{{date 'YYYYMMDDHHmmss'}}
type=raw,value=sha-{{sha}}
-
Expand Down

0 comments on commit bad319b

Please sign in to comment.