forked from TrueCloudLab/frostfs-rest-gw
[#67] Do not store builds in GitHub artifactory
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
843f099108
commit
47691727d4
1 changed files with 0 additions and 6 deletions
6
.github/workflows/builds.yml
vendored
6
.github/workflows/builds.yml
vendored
|
@ -39,12 +39,6 @@ jobs:
|
|||
- name: Check version
|
||||
run: if [[ $(make version) == *"dirty"* ]]; then exit 1; fi
|
||||
|
||||
- name: Save binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: neofs-rest-gw
|
||||
path: bin/neofs-rest-gw
|
||||
|
||||
build_image:
|
||||
needs: build_cli
|
||||
name: Build Docker image
|
||||
|
|
Loading…
Reference in a new issue