Set docker image cache time to 86400
parent
f97ad87d70
commit
682a8337f3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue