Skip to content

Commit

Permalink
Update release-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Dec 18, 2023
1 parent ba14824 commit 00514ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
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: Sleep for 30 sec
run: sleep 30s

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

0 comments on commit 00514ce

Please sign in to comment.