From fa09490e8166ae949226599e811b88645e176368 Mon Sep 17 00:00:00 2001 From: Matthew Zagaja Date: Tue, 8 Oct 2024 19:56:50 -0400 Subject: [PATCH] Update openshift.yml More retention, better caching, build go fast. --- .github/workflows/openshift.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml index 033db712..b67419f8 100644 --- a/.github/workflows/openshift.yml +++ b/.github/workflows/openshift.yml @@ -121,6 +121,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- + retention-days: 30 # https://github.com/redhat-actions/buildah-build#readme - name: Build from Dockerfile id: build-image