Browse Source

Remove conditional for fetching image in workflow

Removed conditional for fetching image based on publish input.

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

1
.github/workflows/artifacts.yaml

@ -144,7 +144,6 @@ jobs:
- name: Fetch image
run: skopeo --insecure-policy copy docker://${{ steps.image-ref.outputs.value }} docker-archive:image.tar
if: inputs.publish
# Uncomment the following lines for debugging:
# - name: Upload image as artifact

Loading…
Cancel
Save