Skip to content

Commit

Permalink
修改docker编译action脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Jul 3, 2024
1 parent e27352b commit e937819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Pack #运行打包脚本并且将生成的tar包复制至Dockerfile所在目录
run: |
./build/cmd/package.sh ${{ steps.vars.outputs.tag }}
cp ./out/apinto_v${{ steps.vars.outputs.tag }}.linux.amd64.tar.gz ./build/resources/apinto.linux.x64.tar.gz
cp ./out/apinto_${{ steps.vars.outputs.tag }}.linux.amd64.tar.gz ./build/resources/apinto.linux.x64.tar.gz
- name: Login Docker #登录docker
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit e937819

Please sign in to comment.