storage-provisioner: multi-arch manifest list maps all architectures to amd64 digest #65899
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: hide-minikube-bot-comments | |
| on: issue_comment | |
| permissions: | |
| contents: read | |
| jobs: | |
| hide-comments: | |
| if: ${{ github.event.issue.pull_request }} | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: spowelljr/hide-minikube-bot-comments@6ef419ab40a17cf0bdc1f98f2442bf19b72d911d | |
| timeout-minutes: 1 | |
| with: | |
| token: ${{ secrets.MINIKUBE_BOT_PAT }} |