[docker] change date tags format from YYYYMMDD to YYYY.MM.DD

to use the same format as in executables
pull/5329/head
Mike Fährmann 6 months ago
parent 6601e78b2f
commit 7ac6274fe0
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -37,7 +37,7 @@ jobs:
type=ref,event=tag
type=raw,value=dev
type=sha,format=long,prefix=
type=raw,priority=500,value={{date 'YYYYMMDD'}}
type=raw,priority=500,value={{date 'YYYY.MM.DD'}}
- uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save