Skip to content

Commit

Permalink
Added missing env.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Dec 22, 2024
1 parent dc51ee9 commit 4a961d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a961d6

Please sign in to comment.