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 2ce49d1 commit e7986d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
./gradlew bootImageBuild
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

- name: Cleanup Gradle Cache

Expand Down

0 comments on commit e7986d5

Please sign in to comment.