Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/tj-actions/changed…
Browse files Browse the repository at this point in the history
…-files-40.0.0
  • Loading branch information
fredclausen authored Oct 26, 2023
2 parents 4283848 + f8952d9 commit 3678b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
interval: weekly
assignees:
- "fredclausen"
- "mikenye"
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,12 @@ on:
branches:
- main
# Don't trigger if it's just a documentation update
paths-ignore:
- "**.md"
- "**.MD"
- "**.yml"
- "LICENSE"
- ".gitattributes"
- ".gitignore"
- ".dockerignore"
paths:
- "Dockerfile**"

repository_dispatch:
types: build_on_wreadsb_update

# Build and deploy the image nightly (to ensure we pick up any security updates)
# schedule:
# - cron: "0 12 * * *"

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 3678b14

Please sign in to comment.