We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f412348 commit b2b9476Copy full SHA for b2b9476
1 file changed
.github/workflows/build.yml
@@ -79,10 +79,10 @@ jobs:
79
docker buildx imagetools create -t ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }} \
80
ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }}-amd64 \
81
ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }}-arm64
82
- - name: Delete Package Versions
83
- uses: actions/delete-package-versions@v5
84
- with:
85
- package-name: api
86
- package-type: container
87
- min-versions-to-keep: 8
88
- ignore-versions: '^buildcache-*'
+ # - name: Delete Package Versions
+ # uses: actions/delete-package-versions@v5
+ # with:
+ # package-name: api
+ # package-type: container
+ # min-versions-to-keep: 8
+ # ignore-versions: '^buildcache-*'
0 commit comments