From 771429c5d32e067c44904c33524f4dbdc7a42d96 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:27:23 +0200 Subject: [PATCH] build: Push to mirror --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77f0e6e..dbc82f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,8 @@ jobs: TAGS=() TAGS=("${{ github.repository }}:latest") TAGS+=("${{ github.repository }}:${VERSION}") + TAGS=("${{ secrets.DOCKERHUB_MIRROR }}:latest") + TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}") TAGS+=("ghcr.io/${{ github.repository }}:latest") TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}")