We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b28d3 commit 1ec15d2Copy full SHA for 1ec15d2
.gitea/workflows/.gitea.yml
@@ -5,23 +5,23 @@ jobs:
5
buildnpush:
6
steps:
7
- name: checkout
8
- image: alpine/git
+ image: ubuntu:22.04
9
commands:
10
- git clone --depth 1 ${CI_REPO} .
11
-
+
12
- name: setup-buildx
13
- image: docker:23
14
privileged: true
15
16
- docker buildx create --use
17
18
- name: build-docker-image
19
20
21
- docker buildx build --file ./Dockerfile --tag ${CI_REGISTRY}/comfy_container_ui/c_c_u:latest .
22
23
- name: push-docker-image
24
25
environment:
26
DOCKER_PASSWORD:
27
from_secret: package_gitea_token
0 commit comments