Skip to content

Commit

Permalink
OPT: Increase wait time to release to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Apr 25, 2024
1 parent dfb65fd commit 178af5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
export CURRENT_VERSION=$(poetry run cz version -p)
echo "VERSION=$CURRENT_VERSION" >> $GITHUB_OUTPUT
- name: Sleep for 30 seconds (give time to pypi to publish package)
run: sleep 30s
run: sleep 40s
shell: bash
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
if: "${{ steps.getversion.outputs.VERSION != '' }}"
Expand Down

0 comments on commit 178af5e

Please sign in to comment.