Finalize workflow

This commit is contained in:
Mukhtar Akere
2025-02-28 04:06:51 +01:00
parent 302a461efd
commit fce2ce28c7
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ jobs:
push: true
tags: |
cy01/blackhole:beta
ghcr.io/${{ github.repository_owner }}/blackhole:beta
ghcr.io/${{ github.repository_owner }}/decypharr:beta
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
build-args: |

View File

@@ -63,8 +63,8 @@ jobs:
tags: |
cy01/blackhole:latest
cy01/blackhole:${{ env.tag_name }}
ghcr.io/${{ github.repository_owner }}/blackhole:latest
ghcr.io/${{ github.repository_owner }}/blackhole:${{ env.tag_name }}
ghcr.io/${{ github.repository_owner }}/decypharr:latest
ghcr.io/${{ github.repository_owner }}/decypharr:${{ env.tag_name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
build-args: |