From dc94e0258b70351ab962ea2c2c07d9922cf68095 Mon Sep 17 00:00:00 2001 From: jon r Date: Sat, 11 May 2024 11:47:46 +0200 Subject: [PATCH] Feat(CI): choose GHCR repository according to current user/repository --- .github/workflows/build.plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.plugins.yml b/.github/workflows/build.plugins.yml index f68ebef..0662bdb 100644 --- a/.github/workflows/build.plugins.yml +++ b/.github/workflows/build.plugins.yml @@ -49,7 +49,7 @@ jobs: context: ./context/plugins file: Dockerfile.debian build-args: | - BASE_IMAGE=ghcr.io/allmende/pretalx + BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/pretalx BASE_TAG=latest secrets: inherit call-build-and-push-ref: @@ -63,6 +63,6 @@ jobs: file: Dockerfile.debian ref: ${{ inputs.ref }} build-args: | - BASE_IMAGE=ghcr.io/allmende/pretalx + BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/pretalx BASE_TAG=latest secrets: inherit