mirror of https://github.com/hykilpikonna/AquaDX
[+] Add ghcr.io repo as well
parent
c1c6949175
commit
ad5bc4fc0d
|
@ -45,7 +45,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: hykilpikonna/aquadx:latest
|
tags: |
|
||||||
|
hykilpikonna/aquadx:latest
|
||||||
|
ghcr.io/${{ github.repository_owner }}/AquaDX:latest
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|
Loading…
Reference in New Issue