[#205] Do not store builds in GitHub artifactory

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2022-09-15 19:03:49 +03:00 committed by Kira
parent 6610420acd
commit 25c9bc81fa

View file

@ -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