Fix output issue
Code Quality Test / Quality-Check (push) Successful in 2s Details
Build Docker Image for Actions / Check-Last-Time (push) Successful in 3s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Environment Setup Test / Setup (push) Successful in 28s Details

pull/4/head
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