From 682a8337f3e80ef13ba0f4adcbd7c3765d5dc458 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 28 Aug 2023 18:33:21 +0100 Subject: [PATCH] Set docker image cache time to 86400 --- .gitea/workflows/build-base-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-base-image.yaml b/.gitea/workflows/build-base-image.yaml index 4b6f185..8d33e27 100644 --- a/.gitea/workflows/build-base-image.yaml +++ b/.gitea/workflows/build-base-image.yaml @@ -21,7 +21,7 @@ jobs: | xargs -i echo last-time={} >> $GITHUB_OUTPUT Build-Image: 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 steps: - name: Check out repository code