[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 - name: 👤 Log in to the Container registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: gitpot.org
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.FORGEJO_TOKEN }} password: ${{ secrets.FORGEJO_TOKEN }}