fix: docker image new version

This commit is contained in:
Sabda Yagra 2025-12-11 13:44:50 +07:00
parent 8a1592e005
commit ec7ea44d4a
1 changed files with 3 additions and 4 deletions

View File

@ -7,11 +7,10 @@ build-dev:
when: on_success
only:
- main
image:
name: docker:25.0.3-cli
image: docker:24.0.5
services:
- name: docker:25.0.3-dind
command: ["--insecure-registry=103.82.242.92:8900"]
- name: docker:24.0.5-dind
command: ["--tls=false"]
script:
- docker logout
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900