Try using env vars for the date?
Some checks failed
/ build-base (bookworm, 17) (push) Failing after 1m34s
Some checks failed
/ build-base (bookworm, 17) (push) Failing after 1m34s
This commit is contained in:
parent
1663a9b1d8
commit
73c3f9ad96
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ jobs:
|
|||
- name: buildx-base
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: setup formatted date
|
||||
run:
|
||||
- echo $( date -I )
|
||||
- echo FMT_DATE=$( date -I ) >> $GITHUB_ENV
|
||||
run: echo $( date -I ) ; echo FMT_DATE=$( date -I ) >> $GITHUB_ENV
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue