mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-21 05:55:35 +00:00
Fix skopeo image reference
The previous tag, quay.io/skopeo/stable:v1.9.0, no longer exists. This commit updates the image reference to use the `v1` floating tag. Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
This commit is contained in:
parent
cc481a5f26
commit
4754df9c26
@ -41,7 +41,7 @@ spec:
|
||||
default: "true"
|
||||
steps:
|
||||
- name: skopeo-copy
|
||||
image: quay.io/skopeo/stable:v1.3.0
|
||||
image: quay.io/skopeo/stable:v1
|
||||
script: |
|
||||
# Function to copy multiple images.
|
||||
#
|
||||
|
@ -44,7 +44,7 @@ spec:
|
||||
env:
|
||||
- name: HOME
|
||||
value: /tekton/home
|
||||
image: quay.io/skopeo/stable:v1.9.0
|
||||
image: quay.io/skopeo/stable:v1
|
||||
script: |
|
||||
# Function to copy multiple images.
|
||||
#
|
||||
|
@ -44,7 +44,7 @@ spec:
|
||||
env:
|
||||
- name: HOME
|
||||
value: /tekton/home
|
||||
image: quay.io/skopeo/stable:v1.9.0
|
||||
image: quay.io/skopeo/stable:v1
|
||||
script: |
|
||||
# Function to copy multiple images.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user