We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd6464 commit b13b4a7Copy full SHA for b13b4a7
.github/workflows/docker.yml
@@ -51,3 +51,19 @@ jobs:
51
ghcr.io/uid4oe/agent-orchestration-patterns-frontend:${{ github.sha }}
52
cache-from: type=gha
53
cache-to: type=gha,mode=max
54
+
55
+ - name: Prune old server images
56
+ uses: actions/delete-package-versions@v5
57
+ with:
58
+ package-name: agent-orchestration-patterns-server
59
+ package-type: container
60
+ min-versions-to-keep: 3
61
+ delete-only-untagged-versions: false
62
63
+ - name: Prune old frontend images
64
65
66
+ package-name: agent-orchestration-patterns-frontend
67
68
69
0 commit comments