From e4a46cf4fad14c5f81c1c8282a932ad3a31b90cd Mon Sep 17 00:00:00 2001 From: Jiri Danek Date: Fri, 22 Nov 2024 18:13:06 +0100 Subject: [PATCH] fixups on the cummulative diff --- .github/workflows/build-notebooks-TEMPLATE.yaml | 5 +++-- ci/cached-builds/storage.conf | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-notebooks-TEMPLATE.yaml b/.github/workflows/build-notebooks-TEMPLATE.yaml index ab8a06e8e..2c988a355 100644 --- a/.github/workflows/build-notebooks-TEMPLATE.yaml +++ b/.github/workflows/build-notebooks-TEMPLATE.yaml @@ -140,6 +140,7 @@ jobs: # quick check podman works podman ps + - name: Show error logs (on failure) if: ${{ failure() }} run: journalctl -xe @@ -359,7 +360,7 @@ jobs: TARGET="$FS_SCAN_FOLDER" TYPE="fs" else - TARGET="${OUTPUT_IMAGE}" + TARGET="${{ steps.calculated_vars.outputs.OUTPUT_IMAGE }}" TYPE="image" fi elif [[ "$EVENT_NAME" == "schedule" ]]; then @@ -367,7 +368,7 @@ jobs: TARGET="$FS_SCAN_FOLDER" TYPE="fs" else - TARGET="${OUTPUT_IMAGE}" + TARGET="${{ steps.calculated_vars.outputs.OUTPUT_IMAGE }}" TYPE="image" fi fi diff --git a/ci/cached-builds/storage.conf b/ci/cached-builds/storage.conf index 34f9ad509..a3d94f402 100644 --- a/ci/cached-builds/storage.conf +++ b/ci/cached-builds/storage.conf @@ -5,8 +5,10 @@ # https://access.redhat.com/solutions/6986565 [storage] driver = "overlay" -graphroot="/home/runner/.local/share/containers/storage" + +graphroot = "/home/runner/.local/share/containers/storage" runroot = "/home/runner/.local/share/containers/storage" + transient_store = true [storage.options]