File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 prune-container-images :
1010 if : ${{ github.repository_owner == 'nrkno' }}
11-
12- uses : nrkno/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
11+ uses : Sofie-Automation/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
1312 strategy :
1413 max-parallel : 1
1514 matrix :
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929
3030 - name : Prune tags (scheduled)
3131 if : github.event_name == 'schedule'
32- uses : nrkno /sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
32+ uses : Sofie-Automation /sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
3333 with :
3434 older-than : 30
3535 ignore : v[0-9]+\.[0-9]+\.[0-9]+.*
3636 simulation : false
3737
3838 - name : Prune tags (manual)
3939 if : github.event_name == 'workflow_dispatch'
40- uses : nrkno /sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
40+ uses : Sofie-Automation /sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
4141 with :
4242 older-than : ${{ github.event.inputs.older-than }}
4343 ignore : ${{ github.event.inputs.ignore }}
You can’t perform that action at this time.
0 commit comments