mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
fix tagging
This commit is contained in:
parent
37048fc1a2
commit
83fddf4cb5
4
.github/workflows/docker-build-amd.yml
vendored
4
.github/workflows/docker-build-amd.yml
vendored
@ -34,7 +34,9 @@ jobs:
|
||||
tags: |
|
||||
type=raw,value=latest-rocm,enable={{is_default_branch}}
|
||||
type=sha,prefix=,suffix=-rocm
|
||||
type=semver,pattern={{version}},suffix=-rocm
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+\.\d+),group=1,suffix=-rocm
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+),group=1,suffix=-rocm
|
||||
type=match,pattern=v?(\d+\.\d+),group=1,suffix=-rocm
|
||||
- name: Build and push ROCm (AMD) image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
@ -41,8 +41,12 @@ jobs:
|
||||
type=raw,value=latest-cuda,enable={{is_default_branch}}
|
||||
type=sha,prefix=
|
||||
type=sha,prefix=,suffix=-cuda
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{version}},suffix=-cuda
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+\.\d+),group=1
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+\.\d+),group=1,suffix=-cuda
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+),group=1
|
||||
type=match,pattern=v?(\d+\.\d+\.\d+),group=1,suffix=-cuda
|
||||
type=match,pattern=v?(\d+\.\d+),group=1
|
||||
type=match,pattern=v?(\d+\.\d+),group=1,suffix=-cuda
|
||||
- name: Build and push CUDA (NVIDIA) image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user