This commit is contained in:
parent
238ad6e67f
commit
17c2092b42
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.github-ci.yaml
vendored
4
.github/workflows/.github-ci.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue