redhat-cop/containers-quickstarts

workflow publish jobs failing

Closed this issue · 4 comments

.github/workflows/ubi8-google-api-python-client-pr.yaml : .github#L1
a step cannot have both the `uses` and `run` keys

am seeing the above on all the jobs. @pabrahamsson

also see:

Run echo -n ::set-output name=IMAGE_TAGS::
  echo -n ::set-output name=IMAGE_TAGS::
   # exposes variable CONFTEST_VERSION
  source ${context}/VERSION
  TAGS=('latest') if [ "${CONFTEST_VERSION}" ] && [ "${CONFTEST_VERSION}" != "latest" ]; then
      TAGS+=("${CONFTEST_VERSION}")
  fi
  echo "${TAGS[*]}"
  shell: /bin/bash -e {0}
  env:
    context: tekton-task-images/conftest
    image_name: conftest
/home/runner/work/_temp/9933c2be-df7a-4e74-a322-5e482a264a82.sh: line 4: syntax error near unexpected token `then'
Error: Process completed with exit code 2.
Error: podman exited with code 125
Error: error copying image to the remote destination: Error trying to reuse blob sha256:821b0c400fe643d0a9f146c9ab8ec12d8abe59eddd00796673b3154005515b26 at destination: Error checking whether a blob sha256:821b0c400fe643d0a9f146c9ab8ec12d8abe59eddd00796673b3154005515b26 exists in ***/***/helm: unauthorized: authentication required
stale commented

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.