Update .gitea/workflows/build-base-image.yaml
parent
4bc862a047
commit
f65a99098c
|
@ -18,9 +18,9 @@ jobs:
|
|||
| xargs -i expr $(date +%s) - {}
|
||||
Build-Image:
|
||||
needs: [Check-Last-Time]
|
||||
if: needs.Check-Last-Time.outputs.last-time > 1
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: echo $needs.Check-Last-Time.outputs.last-time
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Get Docker
|
||||
|
|
Loading…
Reference in New Issue