redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
23 stars 24 forks source link

[BUG] Installation from mirror fails #98

Closed cpenna closed 8 months ago

cpenna commented 11 months ago

Version

v1

Describe the bug

Installation from mirror fails I noticed a failure to download helm in my env: Error: Error: Did not find file "helm-linux-amd64.tar.gz" in the given hash file I could also see that example_mirror.yml fails during executions here as well.

Steps to reproduce, workflow links, screenshots

I'm using an Ubuntu runner (22.04) on GitHub Enterprise.

runs:
  using: composite
  steps:
    - name: Install OpenShift Client
      uses: actions/redhat-actions_openshift-tools-installer@v1
      with:
        oc: "4"
        helm: "3"

image

cpenna commented 8 months ago

Its working again.