Skip to content

Commit

Permalink
added a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsoel authored Jul 19, 2024
1 parent 181248a commit c0ee1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/variable-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Docker run
timeout-minutes: 1
run: |
echo docker run -d -p 8080:80 $CONTAINER_REGISTRY/${{ vars.DOCKERUSERNAME }}/$IMAGENAME:latest
sleep 600s
sleep 6000s

0 comments on commit c0ee1e9

Please sign in to comment.