Revert to private registry

This commit is contained in:
Agent
2026-03-20 15:50:35 +00:00
parent 488dd0ae56
commit 139f49e87b

View File

@@ -17,14 +17,14 @@ steps:
- maven-{{ .Environment.DRONE_REPO_NAME }}-
- name: build
image: maven:3.9-eclipse-temurin-22
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
commands:
- mvn clean package -DskipTests
cache_from:
- maven-{{ .Environment.DRONE_REPO_NAME }}-{{ checksum "pom.xml" }}
- name: build-image
image: plugins/docker:linux-amd64
image: ccr.ccs.tencentyun.com/violin/docker:linux-amd64
settings:
repo: ccr.ccs.tencentyun.com/violin/todo-backend
tags:
@@ -73,14 +73,14 @@ steps:
- maven-{{ .Environment.DRONE_REPO_NAME }}-
- name: build
image: maven:3.9-eclipse-temurin-22
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
commands:
- mvn clean package -DskipTests
cache_from:
- maven-{{ .Environment.DRONE_REPO_NAME }}-{{ checksum "pom.xml" }}
- name: build-image
image: plugins/docker:linux-amd64
image: ccr.ccs.tencentyun.com/violin/docker:linux-amd64
settings:
repo: ccr.ccs.tencentyun.com/violin/todo-backend
tags: