commit 611304208213a923d704c029f5308dc1910e2641 Author: stelb Date: Mon Mar 10 22:09:14 2025 +0100 .forgejo/workflows/ci.yml hinzugefügt diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..c098d8c --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,17 @@ +name: ci + +on: + push: + branches: main + +jobs: + login: + runs-on: ubuntu-latest + steps: + - + name: Login to Docker Hub + uses: docker/login-action@v3 + with: + registry: forgejo.anyops.de + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} \ No newline at end of file