We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad091f4 commit ca42f50Copy full SHA for ca42f50
.github/actions/copy-images/action.yml
@@ -29,7 +29,7 @@ runs:
29
shell: bash
30
env:
31
# renovate: datasource=docker depName=quay.io/skopeo/stable versioning=loose
32
- SKOPEO_VERSION: "v1.20.0@sha256:82dfe13efeaac954590352dd4956473226993254758fa668d6cbb752cb367df7"
+ SKOPEO_VERSION: "v1.20.0"
33
SUFFIX: ${{ inputs.test_registry_suffix }}
34
run: |
35
images=$(echo '${{ inputs.bake_build_metadata }}' |
0 commit comments