👷 framagit.org 不构建 docker 镜像

This commit is contained in:
徐晓伟 2024-01-15 13:59:49 +08:00
parent d279e372d3
commit 8b6d4afe2b
1 changed files with 8 additions and 0 deletions

View File

@ -99,6 +99,10 @@ build:docker:
expire_in: 3 day
paths:
- docker/debian/*.tar
rules:
# framagit.org 不构建 docker 镜像
- if: $CI_SERVER_HOST == 'framagit.org'
when: never
build:golang:1.21-alpine3.18:
stage: build
@ -191,6 +195,10 @@ build:docker:alpine3.18:
expire_in: 3 day
paths:
- docker/alpine/*.tar
rules:
# framagit.org 不构建 docker 镜像
- if: $CI_SERVER_HOST == 'framagit.org'
when: never
# 嵌入
include: