Skip to content

Commit 7f96132

Browse files
committed
fix: changed to backend for this action
1 parent fb5d1fd commit 7f96132

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io/openmcp-project
10-
IMAGE_NAME: mcp-ui-frontend
10+
IMAGE_NAME: mcp-ui-backend
1111
KEEP_X_IMAGES: 5
1212

1313
jobs:
@@ -22,7 +22,6 @@ jobs:
2222
with:
2323
package-name: ${{ env.IMAGE_NAME }}
2424
package-type: "container"
25-
# Keep the latest 5 versions *only* from those that are *not* ignored
2625
min-versions-to-keep: ${{ env.KEEP_X_IMAGES }}
2726
# Ignore any version that does NOT start with 'main-'
2827
ignore-versions: "^(?!main-).*$"

0 commit comments

Comments
 (0)