Skip to content

Commit

Permalink
remove dry run
Browse files Browse the repository at this point in the history
add schedule
  • Loading branch information
Parisa68 committed Oct 31, 2024
1 parent d96ee08 commit 6b41c1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/remove-old-images.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Remove Old Images
on:
push:
# schedule:
# - cron: '10 02 * * 1'
schedule:
- cron: '10 02 * * 1'
jobs:
remove-old-images:
runs-on: ubuntu-latest
Expand All @@ -15,4 +14,3 @@ jobs:
image-names: 'fega-norway'
image-tags: '*-[0-9]* sha-* latest'
token: ${{ secrets.GITHUB_TOKEN }}
dry-run: 'true'

0 comments on commit 6b41c1e

Please sign in to comment.