diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index dba61aa..d2441ef 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -114,6 +114,8 @@ jobs: - --build-arg=BASE_IMAGE=${PUSH_REGISTRY}/${PROJECT}/node:24-alpine - --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-backend:${IMAGE_TAG} - --insecure + - --insecure-pull + - --insecure-registry=${PUSH_REGISTRY} - --skip-tls-verify - --push-retry=2 volumeMounts: @@ -176,6 +178,8 @@ jobs: - --build-arg=NEXT_PUBLIC_API_URL=https://api.abrban.com - --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-frontend:${IMAGE_TAG} - --insecure + - --insecure-pull + - --insecure-registry=${PUSH_REGISTRY} - --skip-tls-verify - --push-retry=2 volumeMounts: