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 3f368c1 commit 303fb7cCopy full SHA for 303fb7c
.github/workflows/github.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_dispatch:
8
9
jobs:
10
build:
@@ -31,15 +30,11 @@ jobs:
31
30
username: ${{ github.actor }} # GitHub 用户名
32
password: ${{ secrets.GITHUB_TOKEN }} # GitHub 自动生成的令牌
33
34
- # 添加调试步骤
35
- - name: Test Network Connection
36
- run: curl -I https://download.pytorch.org/whl/rocm6.2
37
-
38
# 构建并推送 Docker 镜像
39
- name: Build and push Docker image to GitHub Container Registry
40
uses: docker/build-push-action@v3
41
with:
42
context: . # 当前目录作为构建上下文
43
file: ./Dockerfile # Dockerfile 路径
44
push: true # 推送镜像
45
- tags: ghcr.io/inknight-dednet/comfy_container_ui/c_c_u:latest # 镜像推送到 GitHub 包注册表
+ tags: ghcr.io/inknight-dednet/comfy_container_ui:latest # 镜像推送到 GitHub 包注册表
0 commit comments