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 }}