Skip to content

Commit

Permalink
Create docker-pull-keepAlive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 4, 2023
1 parent 32ee875 commit 11ee6d7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-pull-keepAlive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: docker-pull-keepAlive

on:
schedule:
- cron: "0 0 1 1,6,11 *"
workflow_dispatch:

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: docker pull
run: docker pull gaoshi/ipynb-inaseg:nightly
docker-gpu:
runs-on: ubuntu-latest
steps:
- name: docker pull
run: docker pull gaoshi/ipynb-inaseg:nightly-gpu

0 comments on commit 11ee6d7

Please sign in to comment.