test
This commit is contained in:
4
.github/workflows/multi-build-arch.yml
vendored
4
.github/workflows/multi-build-arch.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user