Skip to content

Commit

Permalink
bug fixes and renamed some images
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jan 29, 2025
1 parent 486c099 commit 6dcc3f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/Program_Build_Upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,17 @@ jobs:
id: meta
uses: docker/metadata-action@master
with:
images: lunamidori5/midori_ai_subsystem_localai_cpu
images: |
lunamidori5/midori_ai_subsystem_localai_cpu
lunamidori5/localai_cpu
- name: Make Ver Tags (tags, labels) for Docker
id: sha
uses: docker/metadata-action@master
with:
images: lunamidori5/midori_ai_subsystem_localai_cpu
images: |
lunamidori5/midori_ai_subsystem_localai_cpu
lunamidori5/localai_cpu
tags: |
type=sha,enable=true,priority=100,prefix={{date 'YYYYMMDD-HHmmss' tz='Asia/Tokyo'}}-sha-,suffix=,format=short
Expand Down Expand Up @@ -182,13 +186,17 @@ jobs:
id: meta
uses: docker/metadata-action@master
with:
images: lunamidori5/midori_ai_subsystem_localai_${{ matrix.gpu_type }}_gpu
images: |
lunamidori5/midori_ai_subsystem_localai_${{ matrix.gpu_type }}_gpu
lunamidori5/localai_${{ matrix.gpu_type }}_gpu
- name: Make Ver Tags (tags, labels) for Docker
id: sha
uses: docker/metadata-action@master
with:
images: lunamidori5/midori_ai_subsystem_localai_${{ matrix.gpu_type }}_gpu
images: |
lunamidori5/midori_ai_subsystem_localai_${{ matrix.gpu_type }}_gpu
lunamidori5/localai_${{ matrix.gpu_type }}_gpu
tags: |
type=sha,enable=true,priority=100,prefix={{date 'YYYYMMDD-HHmmss' tz='Asia/Tokyo'}}-sha-,suffix=,format=short
Expand Down
2 changes: 1 addition & 1 deletion Website

0 comments on commit 6dcc3f6

Please sign in to comment.