Add wait between GitHub and Docker to allow replication
This commit is contained in:
parent
2f26600653
commit
d47f3ff986
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue