Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Jan 26, 2024
1 parent e7986d5 commit 950f53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Docker Build-Tag-Push my-app
run: |
./gradlew bootImageBuild
./gradlew bootBuildImage
docker tag my-app:1.0.0-SNAPSHOT ${{ secrets.DOCKERHUB_USERNAME }}/my-app:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/my-app:latest
working-directory: ./app
Expand Down

0 comments on commit 950f53d

Please sign in to comment.