We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ccc73 commit b79d642Copy full SHA for b79d642
.github/workflows/build.yml
@@ -34,8 +34,6 @@ jobs:
34
distribution: 'temurin'
35
- name: Grant execute permission for gradlew
36
run: chmod +x gradlew
37
- - name: Build with Gradle
38
- run: ./gradlew build
39
- name: Build JAR
40
run: ./gradlew shadowJar
41
- name: Build Docker image
@@ -59,4 +57,4 @@ jobs:
59
57
run: docker push --all-tags ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPONAME }}
60
58
env:
61
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
62
- if: env.dockerhub_username != null
+ if: env.dockerhub_username != null
0 commit comments