提交 fd27ab5b 编写于 作者: 徐晓伟's avatar 徐晓伟

👷 build docker

上级 d2e3113b
......@@ -94,11 +94,6 @@ build:docker:
expire_in: 1 week
paths:
- docker/debian/*.tar
rules:
# 匹配以 dependabot 开头的分支
- if: $CI_COMMIT_BRANCH =~ /^dependabot*/
# 不执行
when: never
build:golang:1.21-alpine3.18:
stage: build
......@@ -185,11 +180,6 @@ build:docker:alpine3.18:
expire_in: 1 week
paths:
- docker/alpine/*.tar
rules:
# 匹配以 dependabot 开头的分支
- if: $CI_COMMIT_BRANCH =~ /^dependabot*/
# 不执行
when: never
# 嵌入
include:
......
FROM alpine:3.18.3
MAINTAINER 徐晓伟 xuxiaowei@xuxiaowei.com.cn
ADD gitlab-go-linux-alpine-amd64 /bin/gitlab-go
FROM debian:12.1
MAINTAINER 徐晓伟 xuxiaowei@xuxiaowei.com.cn
ADD gitlab-go-linux-amd64 /bin/gitlab-go
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册