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