mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:27:35 +08:00
Add wait between GitHub and Docker to allow replication
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -113,6 +113,10 @@ jobs:
|
|||||||
export TAGS="$(cat source/tags)"
|
export TAGS="$(cat source/tags)"
|
||||||
./.github_deploy
|
./.github_deploy
|
||||||
|
|
||||||
|
- name: Waiting for GitHub to replicate uploaded releases
|
||||||
|
run: |
|
||||||
|
sleep 300
|
||||||
|
|
||||||
- name: Upload to Docker Hub
|
- name: Upload to Docker Hub
|
||||||
env:
|
env:
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
Reference in New Issue
Block a user