Skip to content

Commit

Permalink
Add date of build as suffix to semver tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jun 19, 2023
1 parent f2dca68 commit e5348f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
flavor: |
latest=false
tags: |
# type=semver,pattern={{version}}
# type=semver,pattern={{major}}.{{minor}}
type=raw,value=0.61-test
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}},suffix=-{{date 'YYYYMMDD'}}
# type=raw,value=0.61-test
- name: Build and push to Quay.io
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
with:
Expand Down

0 comments on commit e5348f8

Please sign in to comment.