Skip to content

Commit 6c00d7d

Browse files
committed
Don't delete versions with <semver>-base tag.
1 parent f4fd851 commit 6c00d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
package-name: 'coder-dev'
3838
package-type: 'container'
3939
min-versions-to-keep: 10
40-
delete-only-pre-release-versions: "true"
40+
ignore-versions: '^\d+\.\d+\.\d+-base$'

0 commit comments

Comments
 (0)