Skip to content

Commit 92d8432

Browse files
committed
chore: remove old packages
1 parent e0f14eb commit 92d8432

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
tags: |
4040
ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }}-${{ steps.platform.outputs.arch }}
4141
ghcr.io/${{ github.repository_owner }}/api:latest-${{ steps.platform.outputs.arch }}
42+
- name: Delete Package Versions
43+
uses: actions/delete-package-versions@v5.0.0
44+
with:
45+
package-name: api
46+
package-type: container
4247
merge:
4348
needs: docker
4449
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)