From 42f73b8e46a1163b30a7da679c6e2921a32e3728 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 17:30:36 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index e1b318df2..98b0370a8 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -868,6 +868,9 @@ jobs: labels: | org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} + cache-from: | + type=gha,scope=${{ steps.base_build.outputs.base_build_image }} }} + type=registry,ref=${{ steps.base_build.outputs.base_build_image }} }} - name: Sign the images with GitHub OIDC Token env: