mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
build: Push to mirror
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
TAGS=()
|
||||
TAGS=("${{ github.repository }}:latest")
|
||||
TAGS+=("${{ github.repository }}:${VERSION}")
|
||||
TAGS=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
|
||||
TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
|
||||
TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}")
|
||||
TAGS+=("ghcr.io/${{ github.repository }}:latest")
|
||||
TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}")
|
||||
|
||||
Reference in New Issue
Block a user