Skip to content

Commit

Permalink
rebuild base images once a week to make sure installed packages are u…
Browse files Browse the repository at this point in the history
…p-to-date
  • Loading branch information
dingp committed Jun 27, 2023
1 parent f73c4b2 commit 994562f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alma9-minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build alma9-minimal docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/alma9-spack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build alma9-spack docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/alma9.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build alma9 docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/c8-minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build c8-minimal docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/c8-spack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build c8-spack docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/c8.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build c8 docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sl7-minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build sl7-minimal docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sl7-spack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build sl7-spack docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sl7.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build sl7 docker image

on:
schedule:
- cron: "0 5 * * 2"

push:
branches: [ develop ]
tags:
Expand Down

0 comments on commit 994562f

Please sign in to comment.