Skip to content

Commit

Permalink
Dockerized and built pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek6219 committed Mar 3, 2024
1 parent ad96558 commit 81053b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
java-version: '17'

- name: Build Project
run: mvn clean install -DskipTests
run:
cd geodata
mvn clean install -DskipTests

- name: Login to dockerhub
run: docker login -u ${{secrets.DOCKER_USERNAME}} -p ${{secrets.DOCKER_PASSWORD}}
Expand Down

0 comments on commit 81053b5

Please sign in to comment.