This commit is contained in:
Anang Yusman 2025-11-18 15:30:14 +08:00
parent 256a3ece89
commit 88a5bb8d36
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ build-dev:
when: on_success when: on_success
only: only:
- main - main
image: docker:stable image:
name: docker:25.0.3-cli
services: services:
- name: docker:dind - name: docker:25.0.3-dind
command: ["--insecure-registry=103.82.242.92:8900"] command: ["--insecure-registry=103.82.242.92:8900"]
script: script:
- docker logout - docker logout