use variables
Some checks failed
Build and Push Docker Images / build (push) Failing after 11s

This commit is contained in:
Philipp Hofer 2025-04-06 13:24:05 +02:00
parent 491d5be2d7
commit 93b7710451

View File

@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.hofer.link
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_PASSWORD }}
username: ${{ secrets.USERNAME_GITEA }}
password: ${{ secrets.PASSWORD_GITEA }}
- name: Find changed Dockerfiles
id: find-changes