File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 14
14
- " main"
15
15
workflow_dispatch :
16
16
17
+ permissions :
18
+ contents : read
19
+ packages : write
20
+ id-token : write
21
+ attestations : write
22
+
17
23
concurrency :
18
24
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
19
25
cancel-in-progress : true
51
57
run : |
52
58
make CUSTOM_PLUGIN_IMAGE=${{ env.REGISTRY }}/camel-tooling/camel-openshift-console-plugin plugin-image
53
59
54
- - name : Push plugin container
55
- shell : bash
56
- run : |
57
- make CUSTOM_PLUGIN_IMAGE=${{ env.REGISTRY }}/camel-tooling/camel-openshift-console-plugin plugin-image
58
- make CUSTOM_PLUGIN_IMAGE=${{ env.REGISTRY }}/camel-tooling/camel-openshift-console-plugin push-plugin
60
+ # - name: Push plugin container
61
+ # shell: bash
62
+ # run: |
63
+ # make CUSTOM_PLUGIN_IMAGE=${{ env.REGISTRY }}/camel-tooling/camel-openshift-console-plugin push-plugin
59
64
60
65
You can’t perform that action at this time.
0 commit comments