Merge pull request #404 from red6/dependabot/npm_and_yarn/camunda-mod… #319
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: JIB container publish | |
on: | |
push: | |
branches: | |
- master | |
release: | |
types: [ created ] | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
egress-policy: audit | |
- name: JIB container build and publish | |
uses: MathieuSoysal/jib-container-publish.yml@8df13913445f036bf93d0450669dbfbac2cac541 # main | |
with: | |
PASSWORD: ${{ secrets.GITHUB_TOKEN }} | |
java-version: 17 | |
module: cli | |
main-class: de.redsix.dmncheck.cli.Main |