Commit 3406b3b4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Push to mirror

parent f067ad24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ jobs:
          TAGS=()
          TAGS=("${{ github.repository }}:latest")
          TAGS+=("${{ github.repository }}:${VERSION}")
          #TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
          #TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}")
          TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest")
          TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}")
          TAGS+=("ghcr.io/${{ github.repository }}:latest")
          TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}")