Skip to content

Collapse pull and run on Ruche #1

Collapse pull and run on Ruche

Collapse pull and run on Ruche #1

Workflow file for this run

name: Cleanup base images

Check failure on line 1 in .github/workflows/cleanup_base.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cleanup_base.yaml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
cron: "0 3 2,16 * *" # every 2nd and 16th of the month at 3am UTC
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Cleanup old images
uses: SmartsquareGmbH/[email protected]
with:
type: container
names: |
base_cuda_main
base_cuda_pr
base_cuda_singularity_main
base_cuda_singularity_pr
base_hip_main
base_hip_pr
base_openmp_main
base_openmp_pr
base_sycl_main
base_sycl_pr