Please provide way to set jib as default builder for quarkus image build
#62117
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: "Epic issue lists" | |
on: | |
issues: | |
types: [opened, edited, labeled] | |
concurrency: | |
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, issue = ${{ github.event.issue.id }}" | |
cancel-in-progress: ${{ github.event_name == 'issues' || github.repository != 'quarkusio/quarkus' }} | |
jobs: | |
autolabel: | |
if: github.repository == 'quarkusio/quarkus' | |
runs-on: ubuntu-latest | |
name: auto label | |
steps: | |
# - name: Debug Action | |
# uses: hmarr/[email protected] | |
- name: epicmaker | |
uses: docker://maxandersen/jbang-epic-maker | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }} | |
BOTNAME: quarkusbot | |
EPICLABEL: kind/epic |