Skip to content

Commit

Permalink
🎨调整脚本执行命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingghh authored Jun 21, 2024
1 parent b3deb2f commit bb51c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# 3. 下载二进制文件
- name: Download Binary Files
run: source ./scripts/base/install_bin.sh
run: bash ./scripts/base/install_bin.sh

# 4. 设置 docker 环境
- name: Set up QEMU
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:

# 6. 打印docker镜像SHA256值
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit bb51c63

Please sign in to comment.