Skip to content

Commit

Permalink
update deploy to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent 00b17cd commit f8952d9
Showing 1 changed file with 3 additions and 12 deletions.
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 f8952d9

Please sign in to comment.