.forgejo/workflows/ci.yml hinzugefügt
Some checks are pending
ci / login (push) Waiting to run

This commit is contained in:
stelb 2025-03-10 22:09:14 +01:00
commit 6113042082

17
.forgejo/workflows/ci.yml Normal file
View file

@ -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 }}