Update nginx, OS, Buildx, etcd and K8s refs

This commit is contained in:
yeasy
2026-04-28 12:22:57 +00:00
parent 62f48c1417
commit 30f0115cb9
14 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -54,9 +54,9 @@ unit_test:
build_image:
stage: build
image: docker:27
image: docker:29
services:
- docker:27-dind
- docker:29-dind
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .