diff --git a/.github/workflows/Push-BetaRes.yml b/.github/workflows/Push-BetaRes.yml new file mode 100644 index 00000000..17f5459b --- /dev/null +++ b/.github/workflows/Push-BetaRes.yml @@ -0,0 +1,10 @@ +name: Push Beta Resourcepack + +on: + push: + branches: + - "ci/new_packer" + +jobs: + iapacker: + uses: ./.github/workflows/resuable_ia.yml diff --git a/.github/workflows/resuable_ia.yml b/.github/workflows/resuable_ia.yml new file mode 100644 index 00000000..233c6b4b --- /dev/null +++ b/.github/workflows/resuable_ia.yml @@ -0,0 +1,15 @@ +name: Makeup IA Resourcepack + +on: + workflow_call: {} + +jobs: + ia_container: + runs-on: ubuntu-latest + services: + ia_container: + image: ghcr.io/xmikux/itemsadder-image:latest + env: + RCON_ENV: ${{ secrets.RCON_PASSWORD }} + ports: + - 25575:25575