feat: set script permission
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m59s

This commit is contained in:
Linloir 2024-10-06 23:16:00 +08:00
parent 3b66deee73
commit 6429c91ced
No known key found for this signature in database
GPG Key ID: 225A2CCCFFD62E4E
2 changed files with 3 additions and 0 deletions

View File

@ -22,5 +22,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Chmod
run: chmod +x ./build_all.sh
- name: Build and push Docker images
run: ./build_all.sh

0
build_all.sh Normal file → Executable file
View File