Skip to content

Commit

Permalink
Moved docker env stuff to main as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Nov 25, 2024
1 parent 5299a04 commit 44eaff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cicd-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
branches:
- feature/*

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
4 changes: 4 additions & 0 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

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 44eaff5

Please sign in to comment.