Skip to content

Commit 1ec15d2

Browse files
refactor(.gitea): 统一使用ubuntu:22.04镜像
1 parent 47b28d3 commit 1ec15d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitea/workflows/.gitea.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ jobs:
55
buildnpush:
66
steps:
77
- name: checkout
8-
image: alpine/git
8+
image: ubuntu:22.04
99
commands:
1010
- git clone --depth 1 ${CI_REPO} .
11-
11+
1212
- name: setup-buildx
13-
image: docker:23
13+
image: ubuntu:22.04
1414
privileged: true
1515
commands:
1616
- docker buildx create --use
17-
17+
1818
- name: build-docker-image
19-
image: docker:23
19+
image: ubuntu:22.04
2020
commands:
2121
- docker buildx build --file ./Dockerfile --tag ${CI_REGISTRY}/comfy_container_ui/c_c_u:latest .
22-
22+
2323
- name: push-docker-image
24-
image: docker:23
24+
image: ubuntu:22.04
2525
environment:
2626
DOCKER_PASSWORD:
2727
from_secret: package_gitea_token

0 commit comments

Comments
 (0)