Skip to content

Commit 5efda20

Browse files
committed
ci: auto delete untagged pkgs
1 parent d800ede commit 5efda20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pre-release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,10 @@ jobs:
247247
platforms: linux/amd64,linux/arm64
248248
push: true
249249
tags: ghcr.io/${{ steps.get-ownername.outputs.OWNER }}/tuic-server:latest
250+
251+
- name: Delete all images from package without tags
252+
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
253+
with:
254+
token: ${{ github.token }}
255+
untagged_only: true
256+
owner_type: user

0 commit comments

Comments
 (0)