chore: 修改镜像标签中的分隔符

将 `latest-debian12` 修改为 `latest_debian12`,以保持一致性。
This commit is contained in:
xiao 2024-11-15 15:34:18 +08:00 committed by cnb
parent c3f9ced0f2
commit bae411eb28

View File

@ -70,7 +70,7 @@ $:
- docker - docker
imports: https://cnb.cool/btpanel/secret/-/blob/main/docker.yml imports: https://cnb.cool/btpanel/secret/-/blob/main/docker.yml
env: env:
IMAGE_TAG: btpanel/baota:latest-debian12 IMAGE_TAG: btpanel/baota:latest_debian12
stages: stages:
- name: await the amd64 - name: await the amd64
type: cnb:await type: cnb:await