[#205] Do not store builds in GitHub artifactory
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
6610420acd
commit
25c9bc81fa
1 changed files with 0 additions and 6 deletions
6
.github/workflows/builds.yml
vendored
6
.github/workflows/builds.yml
vendored
|
@ -35,12 +35,6 @@ jobs:
|
|||
- name: Build CLI
|
||||
run: make
|
||||
|
||||
- name: Save binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: neofs-http-gw
|
||||
path: bin/neofs-http-gw
|
||||
|
||||
build_image:
|
||||
needs: build_cli
|
||||
name: Build Docker image
|
||||
|
|
Loading…
Reference in a new issue