Skip to content

Commit

Permalink
Issue #3448: another try for setting the build date
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 24, 2024
1 parent f892fd9 commit 7abe451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# needed for BUILD_DATE
name: Get the current date and time
id: get_build_date
run: echo "{build_date}={$(date -u +'%Y-%m-%dT%H:%M:%SZ')}" > $GITHUB_OUTPUT
run: echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT

-
name: Set up Docker Buildx
Expand Down

0 comments on commit 7abe451

Please sign in to comment.