Skip to content

Commit

Permalink
modify build release image name
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
  • Loading branch information
YangKeao committed Dec 8, 2020
1 parent 42a32db commit 7d27e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
DOCKER_BUILDKIT=1 docker build --build-arg HTTP_PROXY=${HTTP_PROXY} --build-arg HTTPS_PROXY=${HTTPS_PROXY} . -t chaos-mesh/nsexec
docker run -v ${PWD}:/opt/mount:z --rm --entrypoint cp chaos-mesh/nsexec /nsexec /opt/mount/nsexec
docker run -v ${PWD}:/opt/mount:z --rm --entrypoint cp chaos-mesh/libnsenter.so /nsexec /opt/mount/libnsenter.so
docker run -v ${PWD}:/opt/mount:z --rm --entrypoint cp chaos-mesh/nsexec /libnsenter.so /opt/mount/libnsenter.so
tar -czvf ./nsexec.tar.gz ./libnsenter.so ./nsexec
- name: Create Release
id: create_release
Expand All @@ -37,4 +37,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./nsexec.tar.gz
asset_name: nsexec-linux-amd64.tar.gz
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 7d27e1d

Please sign in to comment.