feat: set script permission
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m59s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m59s
This commit is contained in:
parent
3b66deee73
commit
6429c91ced
@ -22,5 +22,8 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Chmod
|
||||||
|
run: chmod +x ./build_all.sh
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
run: ./build_all.sh
|
run: ./build_all.sh
|
||||||
|
|||||||
0
build_all.sh
Normal file → Executable file
0
build_all.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user