Skip to content

Commit

Permalink
add commit date to docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 25, 2024
1 parent 61c46bc commit eb4464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
images: ${{ env.IMAGE }}
tags: |
type=semver,event=tag,pattern=v{{version}}
type=raw,value={{commit_date 'YYYY-MM-DD'}}-{{sha}}
type=ref,event=branch
type=ref,event=branch,suffix=-${{ env.SHA }}
Expand Down

0 comments on commit eb4464c

Please sign in to comment.