diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml new file mode 100644 index 0000000..e52e45f --- /dev/null +++ b/.github/workflows/Release.yml @@ -0,0 +1,14 @@ +name: JIB container publish + +on: + release: + types: [created] + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - name: JIB container build and publish + uses: MathieuSoysal/jib-container-publish.yml@v2.1.4 + with: + PASSWORD: ${{ secrets.GITHUB_TOKEN }}