Add wait between GitHub and Docker to allow replication

This commit is contained in:
Vidar Holen 2021-04-19 22:46:35 -07:00
parent 2f26600653
commit d47f3ff986
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ jobs:
export TAGS="$(cat source/tags)"
./.github_deploy
- name: Waiting for GitHub to replicate uploaded releases
run: |
sleep 300
- name: Upload to Docker Hub
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}