Skip to content

Commit 155cc1c

Browse files
committed
fix delete-untagged-images job
1 parent 8721226 commit 155cc1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/delete-untagged-images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ defaults:
1212
jobs:
1313
delete-untagged:
1414
runs-on: self-hosted
15+
permissions:
16+
packages: write
1517
steps:
1618
- name: lowercase github.repository
1719
run: |

0 commit comments

Comments
 (0)