Skip to content

Commit

Permalink
Merge pull request #12 from nrkno/ci/keep-develop-image
Browse files Browse the repository at this point in the history
ci: keep the develop docker image
  • Loading branch information
siljekristensen authored Mar 11, 2024
2 parents 804e064 + af6b2ee commit 4c69b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prune-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Prune container images"
on:
workflow_dispatch:
schedule:
- cron: '24 11 * * *'
- cron: "24 11 * * *"

jobs:
prune-container-images:
Expand All @@ -15,5 +15,7 @@ jobs:
tags-to-keep-regex: |
^release(\d+)
^r(\d+)
develop
secrets:
prune-token: ${{ secrets.GHCR_PRUNE_TOKEN }}
prune-token: ${{ secrets.GHCR_PRUNE_TOKEN }}

0 comments on commit 4c69b40

Please sign in to comment.