File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release PKE
2
2
on :
3
3
push :
4
4
tags :
5
- - " [0-9]+.[0-9]+.[0-9]+ "
5
+ - " * "
6
6
7
7
jobs :
8
8
release :
@@ -29,29 +29,29 @@ jobs:
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
32
- trigger-image-build :
33
- runs-on : ubuntu-latest
34
- needs : release
35
-
36
- steps :
37
- - name : Check out code
38
- uses : actions/checkout@v2
39
-
40
- - name : Set ref
41
- id : set-ref
42
- run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
43
-
44
- - name : Trigger pke-image build
45
- uses : actions/github-script@v6
46
- with :
47
- github-token : ${{ secrets.GITHUB_TOKEN }}
48
- script : |
49
- await github.rest.actions.createWorkflowDispatch({
50
- owner: 'banzaicloud',
51
- repo: 'pke-image',
52
- workflow_id: 'packer-build.yml',
53
- ref: 'master',
54
- inputs: {
55
- tag: '${{ steps.set-ref.outputs.tag }}'
56
- }
57
- })
32
+ # trigger-image-build:
33
+ # runs-on: ubuntu-latest
34
+ # needs: release
35
+
36
+ # steps:
37
+ # - name: Check out code
38
+ # uses: actions/checkout@v2
39
+
40
+ # - name: Set ref
41
+ # id: set-ref
42
+ # run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
43
+
44
+ # - name: Trigger pke-image build
45
+ # uses: actions/github-script@v6
46
+ # with:
47
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
48
+ # script: |
49
+ # await github.rest.actions.createWorkflowDispatch({
50
+ # owner: 'banzaicloud',
51
+ # repo: 'pke-image',
52
+ # workflow_id: 'packer-build.yml',
53
+ # ref: 'master',
54
+ # inputs: {
55
+ # tag: '${{ steps.set-ref.outputs.tag }}'
56
+ # }
57
+ # })
You can’t perform that action at this time.
0 commit comments