[c] static registry entry for login
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 12s

This commit is contained in:
Sangelo 2024-10-21 15:58:52 +02:00
parent 176abcc787
commit ed4928d8d9

View file

@ -28,7 +28,7 @@ jobs:
- name: 👤 Log in to the Container registry
uses: https://github.com/docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: gitpot.org
username: ${{ gitea.actor }}
password: ${{ secrets.FORGEJO_TOKEN }}