Set docker image cache time to 86400
Build Docker Image for Actions / Check-Last-Time (push) Successful in 2s Details
Code Quality Test / Quality-Check (push) Successful in 3s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Environment Setup Test / Setup (push) Successful in 1m7s Details

pull/4/head
drunkendog 2023-08-28 18:33:21 +01:00
parent f97ad87d70
commit 682a8337f3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
| xargs -i echo last-time={} >> $GITHUB_OUTPUT | xargs -i echo last-time={} >> $GITHUB_OUTPUT
Build-Image: Build-Image:
needs: [Check-Last-Time] needs: [Check-Last-Time]
if: needs.Check-Last-Time.outputs.last-time > 1 if: needs.Check-Last-Time.outputs.last-time > 86400
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Check out repository code - name: Check out repository code