Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonbeam69 committed May 2, 2024
1 parent e1c1960 commit b9bb5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD_Main_Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: mvn -B package --file pom.xml -Denvironment=SIT -Dbrowser=${{ matrix.browser }}

- name: Remove remove previous Docker DevInt container instance
run: docker rm -f DevInt
run: docker rm -f SIT
- name: Build Docker image
run: docker build . --file Dockerfile_SIT --tag cicd_project_image:SIT
- name: run docker image
Expand Down

0 comments on commit b9bb5a0

Please sign in to comment.