Skip to content

Commit

Permalink
Update tagging system to include timestamp for automation
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Dec 5, 2023
1 parent 21561a0 commit b8daf07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=raw,value=latest-itb
type=ref,enable=true,prefix=pr-,suffix=-{{date 'YYYYMMDDHHmmss'}},event=pr
type=raw,value={{tag}}-{{date 'YYYYMMDDHHmmss'}}
type=raw,value=latest-itb-{{date 'YYYYMMDDHHmmss'}}
type=raw,value=sha-{{sha}}
-
name: Set up Docker Buildx
Expand Down

0 comments on commit b8daf07

Please sign in to comment.