Try using env vars for the date?
Some checks failed
/ build-base (bookworm, 17) (push) Failing after 1m34s

This commit is contained in:
Ryan Voots 2025-05-08 11:18:38 -04:00
parent 1663a9b1d8
commit 73c3f9ad96

View file

@ -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: