Skip to content

Commit f277889

Browse files
authored
TEST
1 parent 0d1b86f commit f277889

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/next-build-image.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,18 @@ on:
2323
push:
2424
tags:
2525
- '[0-9]+.[0-9]+.[0-9]+'
26+
branches:
27+
- main
28+
- 'release-1.5'
29+
2630

2731
concurrency:
2832
group: ${{ github.workflow }}-${{ github.ref }}
2933
cancel-in-progress: true
3034

3135
env:
3236
REGISTRY: quay.io
33-
REGISTRY_IMAGE: rhdh-community/rhdh
37+
REGISTRY_IMAGE: tkral/backstage-showcase
3438

3539
jobs:
3640
build-image:

0 commit comments

Comments
 (0)