From fc00547b140eb27e47b0673e9f510bab851af1da Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Wed, 10 Apr 2024 15:58:37 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/base-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base-ci.yml b/.github/workflows/base-ci.yml index 980e6bd..09e3223 100644 --- a/.github/workflows/base-ci.yml +++ b/.github/workflows/base-ci.yml @@ -16,7 +16,7 @@ on: - base/** env: REGISTRY: ghcr.io - IMAGE_NAME: orijen-udf-base + IMAGE_NAME: ${{ github.repository }}/orijen-udf-base CONTEXT: base jobs: docker: @@ -33,7 +33,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | type=ref,event=branch type=ref,event=pr