Fix output issue

This commit is contained in:
drunkendog 2023-08-28 18:09:52 +01:00
parent 789aa3b79a
commit 4bc862a047
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: curl -s https://hub.docker.com/v2/repositories/drunkendog/standard-build-actions/tags/latest
| jq '.last_updated'
| xargs -i date --date {} +%s
| xargs -i expr $(date +%s) - {} >> $GITHUB_OUTPUT
| xargs -i expr $(date +%s) - {}
Build-Image:
needs: [Check-Last-Time]
if: needs.Check-Last-Time.outputs.last-time > 1