Commit 562b1d3
committed
[SPARK-52003] Improve
### What changes were proposed in this pull request?
This PR aims to improve `publish_snapshot_dockerhub` GitHub Action job to support branches.
### Why are the changes needed?
Previously, the job supports only `main` branch. After this PR, `branch-0.1` is added to the matrix.
However, this PR should land at only `main` branch because GitHub Action supports the schedule job only at `main` branch.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review. This should be tested after merging.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#183 from dongjoon-hyun/SPARK-52003.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>publish_snapshot_dockerhub GitHub Action job to support branches1 parent fe5e410 commit 562b1d3
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
0 commit comments