diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 0000000..a1e1603 --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,29 @@ +name: ci + +on: + push: + branches: + - main + +permissions: write-all + +jobs: + docker: + runs-on: host + steps: + - name: Checkout Repository + uses: actions/checkout@v4 + + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + registry: git.h2-invent.com + username: ${{ secrets.FORGEJO_ACTION_PACKAGE_RW_USER }} + password: ${{ secrets.FORGEJO_ACTION_PACKAGE_RW_KEY }} + + - name: Build and push + uses: docker/build-push-action@v6 + with: + push: true + tags: git.h2-invent.com/meetling/livekit-egress:v1.9,git.h2-invent.com/meetling/livekit-egress:latest + build-args: VERSION=v1.9