Skip to content

Commit

Permalink
Adding github actions support-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay-20 committed May 20, 2024
1 parent 63284c6 commit e4bd985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- if: ${{github.ref == 'refs/heads/main' }}
name: Build and Publish Docker Image
run:
./mvwn clean package job:dockerBuild -DskipTests
./mvnw clean package job:dockerBuild -DskipTests
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker push ${{ secrets.DOCKER_USERNAME }}/bookmarker-api

0 comments on commit e4bd985

Please sign in to comment.