Skip to content

Commit

Permalink
Feat: fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Jan 9, 2024
1 parent 9515dad commit c1ae34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build with jib
run: |
./gradlew :daepiro-api:jibDockerBuild -x test \
./gradlew :daepiro-api:jib -x test \
-Djib.to.auth.username=${{ secrets.DOCKER_USERNAME }} \
-Djib.to.auth.password=${{ secrets.DOCKER_PASSWORD }} \
-Djib.to.image="${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_IMAGE }}:latest"
Expand Down

0 comments on commit c1ae34a

Please sign in to comment.