From 4a961d6d03f0f89e747b71ecbc753a4451430fec Mon Sep 17 00:00:00 2001 From: Harmen Wessels Date: Sun, 22 Dec 2024 15:29:53 +0100 Subject: [PATCH] Added missing env. --- .github/workflows/cicd-feature.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cicd-feature.yml b/.github/workflows/cicd-feature.yml index 6605746..da66843 100644 --- a/.github/workflows/cicd-feature.yml +++ b/.github/workflows/cicd-feature.yml @@ -8,6 +8,10 @@ on: branches: - feature/* +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }} + jobs: build-and-test: uses: ./.github/workflows/build-and-test.yml