Skip to content

Commit

Permalink
fix(nginx): and names on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdevaux committed May 31, 2023
1 parent 098b372 commit 711dff4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,23 @@ workflows:
docker-image-name: java
version: "17"
- build-and-push-nginx:
name: build nginx 1.24
context: cicd-orchestrator
version: "1.24"
- build-and-push-nginx:
name: build nginx 1.25
context: cicd-orchestrator
version: "1.25"
- add-docker-images-in-snyk:
context: cicd-orchestrator
requires:
- build-and-push-nginx
- build nginx 1.24
docker-image-name: nginx
version: "1.24"
- add-docker-images-in-snyk:
context: cicd-orchestrator
requires:
- build-and-push-nginx
- build nginx 1.25
docker-image-name: nginx
version: "1.25"
- build-and-push-git-http-server:
Expand Down

0 comments on commit 711dff4

Please sign in to comment.