From b95f45aa89781731f470a8776240729a1dd6497e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Thu, 20 Jun 2024 22:48:41 +0200 Subject: [PATCH] Push container to owner fork of Indico --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdbfdde..7ef9103 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,8 @@ jobs: - name: Push Docker image 🚢 run: | - docker push --all-tags ghcr.io/indico/indico + OWNER=${GITHUB_REPOSITORY%/*} + docker push --all-tags ghcr.io/${OWNER}/indico # - name: Delete build artifact 🗑 # if: success() || failure()