Skip to content

Commit cecfd4c

Browse files
committed
chore: github actions add chmod
1 parent 662c7c4 commit cecfd4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-and-deploy-with-jib.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727

28+
- name: Grant execute permission for gradlew
29+
run: chmod +x gradlew
30+
working-directory: ./timepiece
31+
2832
# Jib로 빌드 및 푸시
2933
- name: Build and Push with Jib
3034
run: ./gradlew jib

0 commit comments

Comments
 (0)