Skip to content

Commit

Permalink
sleep 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Oct 6, 2023
1 parent 90d02e1 commit dc099f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

# This workflow triggers on GitHub Release, but it may start before the npm package is published.
- name: Sleep for 1s seconds
run: sleep 1s

- name: Build Image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit dc099f5

Please sign in to comment.