Update .github/workflows/.github-ci.yaml
Some checks failed
ci / build (push) Failing after 27s

This commit is contained in:
richardrobertreitz 2025-02-23 14:20:24 +00:00
parent 238ad6e67f
commit 17c2092b42

View file

@ -23,7 +23,7 @@ jobs:
name: Login to registry name: Login to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.client.c-one-infra.de registry: gitea.factory.c-one-infra.de
username: ${{ github.repository }} username: ${{ github.repository }}
password: ${{ secrets.PACKAGES_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
- -
@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: gitea.client.c-one-infra.de/giteaadmin/app:latest tags: gitea.factory.c-one-infra.de/giteaadmin/app:latest
#- #-
# name: Login to registry # name: Login to registry