Finalize workflow
This commit is contained in:
2
.github/workflows/beta-docker.yml
vendored
2
.github/workflows/beta-docker.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
cy01/blackhole:beta
|
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-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|||||||
4
.github/workflows/release-docker.yml
vendored
4
.github/workflows/release-docker.yml
vendored
@@ -63,8 +63,8 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
cy01/blackhole:latest
|
cy01/blackhole:latest
|
||||||
cy01/blackhole:${{ env.tag_name }}
|
cy01/blackhole:${{ env.tag_name }}
|
||||||
ghcr.io/${{ github.repository_owner }}/blackhole:latest
|
ghcr.io/${{ github.repository_owner }}/decypharr:latest
|
||||||
ghcr.io/${{ github.repository_owner }}/blackhole:${{ env.tag_name }}
|
ghcr.io/${{ github.repository_owner }}/decypharr:${{ env.tag_name }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|||||||
Reference in New Issue
Block a user