Skip to content

Commit e1ce3dc

Browse files
authored
chore(main): use empty image-tag-prefix so that we will prepend bs_1.yy.z__ instead of next__ when calling the export-workspaces-as-dynamic.yaml script from plugin-export-utils (#1551)
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 2fd70ce commit e1ce3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release-branch-workspace-plugins.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
publish-container: true
6969
image-repository-prefix: ${{ format('ghcr.io/{0}', github.repository) }}
7070
last-publish-commit: ${{ needs.prepare.outputs.last-published-commit }}
71-
image-tag-prefix: ${{ github.ref_name == 'main' && 'next__' || '' }}
71+
# use empty prefix so that we will prepend bs_1.yy.z__ instead of next__
72+
image-tag-prefix: ${{ '' }}
7273
image-registry-user: ${{ github.actor }}
7374

7475
secrets:

0 commit comments

Comments
 (0)