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 e0f14eb commit 92d8432Copy full SHA for 92d8432
.github/workflows/build.yml
@@ -39,6 +39,11 @@ jobs:
39
tags: |
40
ghcr.io/${{ github.repository_owner }}/api:${{ github.sha }}-${{ steps.platform.outputs.arch }}
41
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
47
merge:
48
needs: docker
49
runs-on: ubuntu-latest
0 commit comments