Skip to content

Commit e0e9e68

Browse files
authored
build: Update gchr.io cleanup action (#126)
# Summary Updates container registry cleanup action to use [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action). This resolves a problem where required manifests are deleted when building multi-arch images, see actions/delete-package-versions#90 and docker/build-push-action#835. # Changes * Update registry cleanup action.
1 parent 808c346 commit e0e9e68

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
push-to-registry: true
109109

110110
- name: Delete untagged images
111-
uses: actions/delete-package-versions@v5
111+
uses: dataaxiom/ghcr-cleanup-action@v1
112112
with:
113-
package-name: 'plugboard'
114-
package-type: 'container'
115-
delete-only-untagged-versions: 'true'
113+
delete-untagged: true
114+
older-than: 30 days

0 commit comments

Comments
 (0)