[docker] change date tags format from YYYYMMDD to YYYY.MM.DD
to use the same format as in executables
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user