mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
build: Push to mirror
This commit is contained in:
parent
f067ad2458
commit
3406b3b471
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -48,8 +48,8 @@ jobs:
|
|||||||
TAGS=()
|
TAGS=()
|
||||||
TAGS=("${{ github.repository }}:latest")
|
TAGS=("${{ github.repository }}:latest")
|
||||||
TAGS+=("${{ github.repository }}:${VERSION}")
|
TAGS+=("${{ github.repository }}:${VERSION}")
|
||||||
#TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
|
TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
|
||||||
#TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}")
|
TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}")
|
||||||
TAGS+=("ghcr.io/${{ github.repository }}:latest")
|
TAGS+=("ghcr.io/${{ github.repository }}:latest")
|
||||||
TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}")
|
TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user