Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored Oct 2, 2023
1 parent 9d4602b commit 94e3627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
shell: bash

- name: Build with Gradle
run: ./gradlew bootJar
run: |
chmod +x ./gradlew
./gradlew bootJar
- name: web docker build and push
run: |
Expand Down

0 comments on commit 94e3627

Please sign in to comment.