diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4e790d4..d42407d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 diff --git a/build_all.sh b/build_all.sh old mode 100644 new mode 100755