We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6831c6b commit 528eef8Copy full SHA for 528eef8
.github/workflows/container-registry-ghcr.yaml
@@ -56,18 +56,3 @@ jobs:
56
platforms: linux/amd64
57
push: true
58
tags: ${{ steps.meta.outputs.tags }}
59
- cleanup-untagged-versions:
60
- name: Cleanup untagged GHCR versions
61
- needs:
62
- - build-and-push-image
63
- runs-on: ubuntu-latest
64
- steps:
65
- - name: Check out code
66
- uses: actions/checkout@v6
67
- - name: Cleanup untagged GHCR versions
68
- uses: actions/delete-package-versions@v5
69
- with:
70
- delete-only-untagged-versions: "true"
71
- min-versions-to-keep: "0"
72
- package-name: ${{ github.event.repository.name }}
73
- package-type: container
0 commit comments