Commit c7ccc912 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Push to mirror

parent 72cbf879
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}")