diff --git a/.gitea/workflows/cd-bootstrap.yml b/.gitea/workflows/cd-bootstrap.yml index 17f45d6..bc9156a 100644 --- a/.gitea/workflows/cd-bootstrap.yml +++ b/.gitea/workflows/cd-bootstrap.yml @@ -90,6 +90,11 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + config-inline: | + [registry."192.168.241.13:8080"] + http = true + insecure = true - name: Build and push backend multi-arch image working-directory: ./backend @@ -145,6 +150,11 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + config-inline: | + [registry."192.168.241.13:8080"] + http = true + insecure = true - name: Build and push frontend multi-arch image working-directory: ./frontend