Skip to content

fix: build

fix: build #3

Workflow file for this run

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
docker-gpu:

Check failure on line 19 in .github/workflows/keepAlive.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/keepAlive.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
runs-on: ubuntu-latest
steps:
- name: docker pull
run: docker pull gaoshi/ipynb-inaseg:nightly-aarch64