From 28d105ffbc38cb5ffadf70043bb6299ebdb68936 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 18:54:36 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index fed567827..03dfe73e3 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -544,8 +544,8 @@ jobs: 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 }} }} + type=gha,scope=${{ steps.base_build.outputs.base_build_image }} + type=registry,ref=${{ steps.base_build.outputs.base_build_image }} cache-to: type=gha,mode=max,scope=${{ fromJSON(steps.meta.outputs.json).tags[0] }} - name: Sign the images with GitHub OIDC Token @@ -872,8 +872,8 @@ jobs: 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 }} }} + 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: