From a7438f5b1f720305deea676f8b24d7a8635dbad6 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Wed, 17 Aug 2022 14:37:11 +0000 Subject: [PATCH] Fixed syntax issue --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 8a61e9e..e6d172e 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -106,8 +106,8 @@ jobs: load: true file: ${{ inputs.file }} tags: ${{ steps.meta.outputs.tags }} - cache-to: type=registry,ref=${{ inputs.registry }}/{{ inputs.image }}:buildcache,mode=max - cache-from: type=registry,ref=${{ inputs.registry }}/{{ inputs.image }}:buildcache + cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache,mode=max + cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache build-args: ${{ inputs.build-args }} secrets: ${{ secrets.build-secrets }} @@ -127,7 +127,7 @@ jobs: load: true file: ${{ inputs.file }} tags: ${{ steps.meta.outputs.tags }} - cache-to: type=registry,ref=${{ inputs.registry }}/{{ inputs.image }}:buildcache,mode=max - cache-from: type=registry,ref=${{ inputs.registry }}/{{ inputs.image }}:buildcache + cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache,mode=max + cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache build-args: ${{ inputs.build-args }} secrets: ${{ secrets.build-secrets }}