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
{{branch}}-{{timestamp}}
  • Loading branch information
CannonLock committed Dec 14, 2023
1 parent bad319b commit f9e7cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=raw,value=latest-itb
type=ref,event=branch,suffix=-{{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 f9e7cf0

Please sign in to comment.