mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +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: |
|
tags: |
|
||||||
type=raw,value=latest-rocm,enable={{is_default_branch}}
|
type=raw,value=latest-rocm,enable={{is_default_branch}}
|
||||||
type=sha,prefix=,suffix=-rocm
|
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
|
- name: Build and push ROCm (AMD) image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
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=raw,value=latest-cuda,enable={{is_default_branch}}
|
||||||
type=sha,prefix=
|
type=sha,prefix=
|
||||||
type=sha,prefix=,suffix=-cuda
|
type=sha,prefix=,suffix=-cuda
|
||||||
type=semver,pattern={{version}}
|
type=match,pattern=v?(\d+\.\d+\.\d+\.\d+),group=1
|
||||||
type=semver,pattern={{version}},suffix=-cuda
|
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
|
- name: Build and push CUDA (NVIDIA) image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user