From 6429c91ced1aa64bd6580cc9ea160a0aad48b10b Mon Sep 17 00:00:00 2001 From: Linloir <3145078758@qq.com> Date: Sun, 6 Oct 2024 23:16:00 +0800 Subject: [PATCH] feat: set script permission --- .gitea/workflows/build.yml | 3 +++ build_all.sh | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 build_all.sh 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