Browse Source

Fix syntax error in skopeo command

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
pull/4545/head
Maksim Nabokikh 4 weeks ago committed by GitHub
parent
commit
0afc7daebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/artifacts.yaml

3
.github/workflows/artifacts.yaml

@ -157,7 +157,8 @@ jobs:
cat image/index.json
- name: Fetch image
run: skopeo copy oci-archive:image.tar docker-archive:docker-image.tar
run: |
skopeo copy oci-archive:image.tar: docker-archive:docker-image.tar
# Uncomment the following lines for debugging:
# - name: Upload image as artifact

Loading…
Cancel
Save