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