Skip to content

Commit 6859a25

Browse files
committed
[SPARK-52208] Add branch-0.2 to publish_snapshot_*.yml GitHub Action jobs
1 parent 8e9a652 commit 6859a25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_snapshot_chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: 'list of branches to publish (JSON)'
1111
required: true
1212
# keep in sync with default value of strategy matrix 'branch'
13-
default: '["main", "branch-0.1"]'
13+
default: '["main", "branch-0.1", "branch-0.2"]'
1414

1515
jobs:
1616
publish-snapshot-chart:
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# keep in sync with default value of workflow_dispatch input 'branch'
23-
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.1"]' ) }}
23+
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.1", "branch-0.2"]' ) }}
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4

.github/workflows/publish_snapshot_dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: 'list of branches to publish (JSON)'
1111
required: true
1212
# keep in sync with default value of strategy matrix 'branch'
13-
default: '["main", "branch-0.1"]'
13+
default: '["main", "branch-0.1", "branch-0.2"]'
1414

1515
jobs:
1616
publish-snapshot-image:
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# keep in sync with default value of workflow_dispatch input 'branch'
23-
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.1"]' ) }}
23+
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.1", "branch-0.2"]' ) }}
2424
steps:
2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)