Skip to content

Commit b2b9476

Browse files
committed
chore: dont delete any version for now
1 parent f412348 commit b2b9476

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
docker buildx imagetools create -t ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }} \
8080
ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }}-amd64 \
8181
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-*'
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-*'

0 commit comments

Comments
 (0)