This commit is contained in:
Ruben Fiszel
2025-02-23 11:52:11 +01:00
parent d14060b855
commit dea4e4f732

View File

@@ -111,8 +111,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
build-args: ${{ inputs.build_args }}
cache-from: type=gha,scope=ubicloud-${{ matrix.runner }}
cache-to: type=gha,mode=max,scope=ubicloud-${{ matrix.runner }}
cache-from: type=gha,scope=ubicloud-${{ matrix.runner }}-${{ inputs.name }}
cache-to: type=gha,mode=max,scope=ubicloud-${{ matrix.runner }}-${{ inputs.name }}
outputs:
type=image,name=${{ inputs.registry }}/${{ inputs.image_name
}},push-by-digest=true,name-canonical=true,push=true