This commit is contained in:
parent
11de6735e1
commit
5b80e0503f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
|||
name: Login to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.client.c-one-infra.de
|
||||
registry: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live
|
||||
username: ${{ github.repository }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
password: ${{ secrets.PACKAGES_TEST_TOKEN }}
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
@ -25,4 +25,4 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: gitea.client.c-one-infra.de/giteaadmin/app:latest
|
||||
tags: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/apptest:latest
|
Loading…
Reference in a new issue