From c7ccc912b5bc897b0a45523bbc145a32a1c9d6e2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 16:02:56 +0200 Subject: [PATCH] build: Push to mirror --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbc82f8..5eff659 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}")