From 3d7755310708736e4d65c9710bd5bd10a99d20f7 Mon Sep 17 00:00:00 2001 From: Anatoly Popov Date: Sun, 18 May 2025 15:27:07 +0300 Subject: [PATCH] feat: enable to push to docker repo set in settings If nothing is set in settings, we'd push to `ghostfolio/ghostfolio` as before. This commit will enable easier maintenance of forks by people outside of `ghostfolio` org. Signed-off-by: Anatoly Popov --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 47943977f..6b4601733 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,7 +19,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghostfolio/ghostfolio + images: ${{ vars.DOCKER_REPOSITORY || 'ghostfolio/ghostfolio' }} tags: | type=semver,pattern={{major}} type=semver,pattern={{version}}