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 36ffcad commit 570fd91Copy full SHA for 570fd91
.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-immutable"
+ SKOPEO_VERSION: "v1.20.0"
33
SUFFIX: ${{ inputs.test_registry_suffix }}
34
run: |
35
images=$(echo '${{ inputs.bake_build_metadata }}' |
0 commit comments