fix: add support for multi-arch for Docker images #1238
Workflow file for this run
This file contains 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 : Greets Contributors | |
on: | |
fork: | |
push: | |
branches: [main] | |
issues: | |
types: [opened] | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened] | |
pull_request_review_comment: | |
types: [created] | |
jobs: | |
welcome: | |
if: github.actor != 'Pradumnasaraf' | |
name: Welcome Step | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.github_token }} | |
issue-message: "<h3>Hey! contributor, thank you for opening an Issue 🎉.</h3>" | |
pr-message: "<h3>Hey! contributor, thank you for opening a Pull Request 🎉.</h3>" | |
footer: "Soon one of our maintainers will review it and provide you with feedback/suggestions. If you think it's something urgent, feel free to reach out <a href='https://twitter.com/home'>Pradumna Saraf</a> on <b>Twitter</b>. Star ⭐ this repo to show us support.</b><br><br><b>Happy, Open Source!</b>" |