Update .github/workflows/build.yaml
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled

This commit is contained in:
damien 2025-02-27 05:38:46 +00:00
parent fcb7da3cc7
commit f453fe26d6

View File

@ -38,8 +38,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.d4m13n.dev
username: ${{ secrets.GITEA_REGISTRY_USER }} # Store your Gitea registry username as a secret
password: ${{ secrets.GITEA_REGISTRY_TOKEN }} # Store your Gitea registry token/password as a secret
username: damienostler1@outlook.com # Store your Gitea registry username as a secret
password: ${{ secrets.PACKAGE_TOKEN }} # Store your Gitea registry token/password as a secret
- name: Extract metadata for Docker
id: meta