Skip to content

Commit

Permalink
Propagate MATS CI changes
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 committed Jan 17, 2024
1 parent e4c6834 commit b3b970b
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/container-retention-policy@v2.1.2
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 b3b970b

Please sign in to comment.