Skip to content

Commit

Permalink
New CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Jan 29, 2024
1 parent fca569b commit d143bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CICD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
build-and-test:
name: Build/Test
uses: ./.github/workflows/CI-test.yml

build-and-push-dev-docker-image:
name: Build/Push Staging Docker Image
name: Build/Push Staging Docker Image
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/CICD-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
build-and-test:
name: Build/Test
uses: ./.github/workflows/CI-test.yml

build-and-push-staging-docker-image:
name: Build/Push Staging Docker Image
name: Build/Push Staging Docker Image
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d143bb6

Please sign in to comment.