Skip to content

Commit c125a1f

Browse files
GHA: add daily build for v1.7 branch (#32)
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
1 parent 24169e0 commit c125a1f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ jobs:
1313
tag: ${{ github.ref_name }}-head
1414
push: true
1515
secrets: inherit
16-
16+
17+
build-for-v1_7:
18+
uses: ./.github/workflows/factory.yml
19+
with:
20+
refs: v1.7
21+
tag: v1.7-head
22+
push: true
23+
secrets: inherit
24+
1725
build-for-v1_6:
1826
uses: ./.github/workflows/factory.yml
1927
with:

0 commit comments

Comments
 (0)