Skip to content

Commit

Permalink
Bump to 21.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 23, 2021
1 parent 90acfee commit 2c017a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
export IMAGE=${{ steps.push.outputs.image }}
export TAG=${{ steps.push.outputs.tag }}
until curl --silent -f --head -lL $URL/v2/repositories/$IMAGE/tags/$TAG/ > /dev/null
until docker pull --quiet $IMAGE:$TAG
do
echo "Waiting for the dockerhub image $IMAGE:$TAG ..."
sleep 1
Expand Down Expand Up @@ -169,9 +169,6 @@ jobs:
NEURO_TOKEN: ${{ secrets.NEURO_TOKEN }}
NEURO_CLUSTER: ${{ secrets.MLOPS_E2E_TESTS_CLUSTER }}
NEURO_CLUSTER_SECONDARY: ${{ secrets.MLOPS_E2E_TESTS_CLUSTER_SECONDARY }}
DOCKER_SERVER: docker.io
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
AZURE_SAS_TOKEN: ${{ secrets.AZURE_SAS_TOKEN }}
steps:
- name: Checkout commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
neuro config login-with-token ${{ env.NEURO_TOKEN }} ${{ env.NEURO_STAGING_URL }}
neuro config switch-cluster ${{ env.NEURO_CLUSTER }}
neuro --color=no config show
- name: Login to DockerHub
- name: Login to ghcr.io
uses: docker/[email protected]
with:
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion neuro_extras/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: version MUST be in format '20.10.23a6' because it defines the docker image
# that we use, see tags in https://hub.docker.com/r/neuromation/neuro-extras/tags
__version__ = "21.11.3"
__version__ = "21.11.4"

0 comments on commit 2c017a0

Please sign in to comment.