Skip to content

Commit

Permalink
Update NeoFS and things (#74)
Browse files Browse the repository at this point in the history
Unfortunately, I can't test it right now.
  • Loading branch information
roman-khimov authored Feb 22, 2024
2 parents 944014c + 3d767db commit 662efc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEOGO_VERSION=0.104.0
AIO_VERSION=0.39.0
NEOGO_VERSION=0.105.1
AIO_VERSION=0.40.1
HTTPGW_VERSION=0.28.0
RESTGW_VERSION=0.6.0
RESTGW_VERSION=0.7.1
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set latest tag
id: setlatest
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.use_latest_tag == 'true') }}
run: echo "latest=,nspccdev/neofs-rest-gw:latest" >> $GITHUB_OUTPUT
run: echo "latest=,nspccdev/neofs-aio:latest" >> $GITHUB_OUTPUT

- name: Build and push image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 662efc4

Please sign in to comment.