Skip to content

Commit

Permalink
Extend the timeout period of image push (#2058)
Browse files Browse the repository at this point in the history
Co-authored-by: wuxianrong <[email protected]>
  • Loading branch information
Mixficsol and wuxianrong authored Oct 8, 2023
1 parent 8865088 commit fcc7b31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish_nightly_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
push_pika_to_registry:
timeout-minutes: 600
timeout-minutes: 1440
name: Push Pika Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -34,6 +34,7 @@ jobs:
type=schedule,prefix={{branch}},pattern={{date 'YYYYMMDD'}}
- name: Build and push Docker image
timeout-minutes: 1440
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
type=schedule,prefix={{branch}},pattern={{date 'YYYYMMDD'}}
- name: Build and push Docker image
timeout-minutes: 1440
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: ./codis
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish_release_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
push_pika_to_registry:
name: Push Pika Docker image to Docker Hub
runs-on: ubuntu-latest
timeout-minutes: 600
timeout-minutes: 1440
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand All @@ -32,6 +32,7 @@ jobs:
images: pikadb/pika

- name: Build and push Docker image
timeout-minutes: 1440
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
images: pikadb/codis

- name: Build and push Docker image
timeout-minutes: 1440
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: ./codis
Expand Down

0 comments on commit fcc7b31

Please sign in to comment.