diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..ba05a38 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,13 @@ +name: Build and push image +on: [push] + +jobs: + release-image: + runs-on: imgbuilder + steps: + - name: Build and push image + uses: https://gitea.konchin.com/action/docker@main + with: + registry-certificate: ${{ vars.ROOTCA }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }}