diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index f4462ee..dc339bd 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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 \ No newline at end of file + tags: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/apptest:latest \ No newline at end of file