diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index cc4e3ec..74f04bb 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -23,9 +23,9 @@ jobs: name: Login to registry uses: docker/login-action@v3 with: - registry: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live + registry: gitea.client.c-one-infra.de username: ${{ github.repository }} - password: ${{ secrets.PACKAGES_TEST_TOKEN }} + password: ${{ secrets.PACKAGES_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -37,4 +37,25 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/apptest:latest \ No newline at end of file + tags: gitea.client.c-one-infra.de/giteaadmin/app:latest + + #- + # name: Login to registry + # uses: docker/login-action@v3 + # with: + # registry: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live + # username: ${{ github.repository }} + # password: ${{ secrets.PACKAGES_TEST_TOKEN }} + #- + # name: Set up QEMU + # uses: docker/setup-qemu-action@v3 + #- + # name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 + #- + # name: Build and push + # uses: docker/build-push-action@v6 + # with: + # push: true + # tags: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/apptest:latest + \ No newline at end of file