Commit 037d5295 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Push to mirror

build: Push to mirror
parents 72cbf879 c7ccc912
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}")