ci: fix base image version command
This commit is contained in:
parent
88dfeff3f7
commit
d1cffe7a14
2
.github/workflows/build-base-app.yml
vendored
2
.github/workflows/build-base-app.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Set Version
|
||||
run: |
|
||||
printf -v CURDATE '%(%Y%m%d%H%M)' -1
|
||||
printf -v CURDATE '%(%Y%m%dT%H%M)T' -1
|
||||
echo "IMGVERSION=$CURDATE" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Reference in a new issue