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 fb5d1fd commit 7f96132Copy full SHA for 7f96132
.github/workflows/clean-main-images.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
REGISTRY: ghcr.io/openmcp-project
10
- IMAGE_NAME: mcp-ui-frontend
+ IMAGE_NAME: mcp-ui-backend
11
KEEP_X_IMAGES: 5
12
13
jobs:
@@ -22,7 +22,6 @@ jobs:
22
with:
23
package-name: ${{ env.IMAGE_NAME }}
24
package-type: "container"
25
- # Keep the latest 5 versions *only* from those that are *not* ignored
26
min-versions-to-keep: ${{ env.KEEP_X_IMAGES }}
27
# Ignore any version that does NOT start with 'main-'
28
ignore-versions: "^(?!main-).*$"
0 commit comments