Skip to content

Commit

Permalink
Propagate MATS CI changes (#146)
Browse files Browse the repository at this point in the history
We want to have consistent image retention times. Additionally, assign
dependabot CI updates to myself so I know to merge them.
  • Loading branch information
ian-noaa authored Jan 17, 2024
2 parents e4c6834 + b3b970b commit 979ab88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ updates:
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
target-branch: "development" # raise PRs for version updates to GHA against the `development` branch
assignees:
- "ian-noaa"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build"
name: "Build METexpress"
on:
push:
branches: [main, development]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-untagged-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: snok/[email protected]
with:
image-names: metexpress/development/${{ matrix.app }}
cut-off: 1 day ago MST
cut-off: 1 week ago MST
account-type: org
org-name: dtcenter
untagged-only: true
Expand Down

0 comments on commit 979ab88

Please sign in to comment.