From 61945d408de7caa2bd931b5146892518c4be6f52 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 16:27:41 +0200 Subject: [PATCH] Change from docker.io tag to custom registry tag --- .gitea/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ebb2eb2..716b090 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,6 +16,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + config-inline: | + [registry."192.168.1.230:5000"] + http = true - name: Login to Docker Hub uses: docker/login-action@v3 @@ -33,4 +37,4 @@ jobs: http://192.168.1.230:5000/bertomlab/crawlflix/front:latest - name: Inspect run: | - docker buildx imagetools inspect localhost:5000/name/app:latest \ No newline at end of file + docker buildx imagetools inspect http://192.168.1.230:5000/bertomlab/crawlflix/front:latest \ No newline at end of file