registry fix
Build & Deploy / Build & Push Docker Image (push) Successful in 9m39s
Test / Type Check (all packages) (push) Successful in 4m12s
Build & Deploy / Deploy to VPS (push) Successful in 7s
Test / API Unit Tests (push) Successful in 3m37s
Test / Homepage Unit Tests (push) Successful in 3m24s
Test / Storefront Unit Tests (push) Successful in 2m45s
Test / Admin Unit Tests (push) Successful in 3m41s
Test / Dashboard Unit Tests (push) Successful in 3m7s
Test / API Integration Tests (push) Successful in 3m31s

This commit is contained in:
root
2026-06-30 09:01:18 -04:00
parent b0c78ad8a2
commit 13d0512048
+2 -1
View File
@@ -42,7 +42,6 @@ jobs:
with: with:
buildkitd-config-inline: | buildkitd-config-inline: |
[registry."192.168.3.80"] [registry."192.168.3.80"]
http = true
insecure = true insecure = true
- name: Docker image metadata - name: Docker image metadata
@@ -106,6 +105,8 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
env:
BUILDKIT_NO_CLIENT_TOKEN: "true"
with: with:
context: . context: .
file: ${{ env.DOCKERFILE_PATH }} file: ${{ env.DOCKERFILE_PATH }}