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()