File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
26
26
jobs :
27
27
build_operator :
28
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/build_operator_image.yml@main
28
+ uses : ./ .github/workflows/build_operator_image.yml
29
29
if : ${{ github.event.inputs.build_operator == 'true' }}
30
30
with :
31
31
image_tag : ${{ github.event.inputs.tag }}
34
34
DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
35
35
36
36
build_sidecar :
37
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/build_sidecar_image.yml@main
37
+ uses : ./ .github/workflows/build_sidecar_image.yml
38
38
if : ${{ github.event.inputs.build_sidecar == 'true' }}
39
39
with :
40
40
image_tag : ${{ github.event.inputs.tag }}
43
43
DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
44
44
45
45
build_xenon :
46
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/build_xenon_image.yml@main
46
+ uses : ./ .github/workflows/build_xenon_image.yml
47
47
if : ${{ github.event.inputs.build_xenon == 'true' }}
48
48
with :
49
49
image_tag : ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
update_release_draft :
13
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/release_drafter.yml@main
13
+ uses : ./ .github/workflows/release_drafter.yml
14
14
with :
15
15
version : ${{ github.event.inputs.version }}
16
16
secrets :
17
17
git_token : ${{ secrets.GITHUB_TOKEN }}
18
18
19
19
build_operator :
20
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/build_operator_image.yml@main
20
+ uses : ./ .github/workflows/build_operator_image.yml
21
21
needs : update_release_draft
22
22
with :
23
23
image_tag : ${{ needs.update_release_draft.outputs.version }}
26
26
DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
27
27
28
28
build_sidecar :
29
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/build_sidecar_image.yml@main
29
+ uses : ./ .github/workflows/build_sidecar_image.yml
30
30
needs : update_release_draft
31
31
with :
32
32
image_tag : ${{ needs.update_release_draft.outputs.version }}
35
35
DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
36
36
37
37
publish_chart :
38
- uses : radondb/radondb-mysql-kubernetes/ .github/workflows/publish_charts.yml@main
38
+ uses : ./ .github/workflows/publish_charts.yml
39
39
if : ${{ github.event.inputs.version == '' }}
40
40
needs : update_release_draft
41
41
with :
You can’t perform that action at this time.
0 commit comments