From ee5ca90115ca5bc3a4fcafe747e5e7c06eeb5585 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 17:34:08 +0200 Subject: [PATCH] Change docker registry --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 77419f2..bfdd4d7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: docker/setup-buildx-action@v3 with: config-inline: | - [registry."192.168.1.230:5000"] + [registry."192.168.1.230:8080"] http = true - name: Login to Docker Hub @@ -34,7 +34,7 @@ jobs: platforms: ${{ matrix.platform }} push: true tags: | - 192.168.1.230:5000/bertomlab/crawlflix/front:latest + 192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:${{ github.sha }}-${{ matrix.platform | replace('/', '-') }} - name: Inspect run: | - docker buildx imagetools inspect 192.168.1.230:5000/bertomlab/crawlflix/front:latest \ No newline at end of file + docker buildx imagetools inspect 192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:${{ github.sha }}-${{ matrix.platform | replace('/', '-') }} \ No newline at end of file