Skip to content

v0.0.2 and v0.0.3 image tags only have arm64 arch. #52

v0.0.2 and v0.0.3 image tags only have arm64 arch.

v0.0.2 and v0.0.3 image tags only have arm64 arch. #52

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: ':wave: Welcome to Kuberhealthy Storage Check. Thanks for opening your first issue.'
pr-message: 'Thanks for your pull request! Welcome to the community. :thumbsup:'