We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662c7c4 commit cecfd4cCopy full SHA for cecfd4c
1 file changed
.github/workflows/ci-and-deploy-with-jib.yml
@@ -25,6 +25,10 @@ jobs:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_TOKEN }}
27
28
+ - name: Grant execute permission for gradlew
29
+ run: chmod +x gradlew
30
+ working-directory: ./timepiece
31
+
32
# Jib로 빌드 및 푸시
33
- name: Build and Push with Jib
34
run: ./gradlew jib
0 commit comments