forked from TrueCloudLab/frostfs-s3-gw
[#710] Do not store builds in GitHub artifactory
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
8c08c803b3
commit
7573fb77e2
1 changed files with 0 additions and 6 deletions
6
.github/workflows/builds.yml
vendored
6
.github/workflows/builds.yml
vendored
|
@ -41,12 +41,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-s3-gw
|
||||
path: bin/neofs-s3-gw
|
||||
|
||||
build_image:
|
||||
needs: build_cli
|
||||
name: Build Docker image
|
||||
|
|
Loading…
Reference in a new issue