Skip to content

Commit fb4df24

Browse files
committed
Fix github registry usage in CI: deactivate for now
1 parent 4205966 commit fb4df24

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/main.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
- "main"
1515
workflow_dispatch:
1616

17+
permissions:
18+
contents: read
19+
packages: write
20+
id-token: write
21+
attestations: write
22+
1723
concurrency:
1824
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1925
cancel-in-progress: true
@@ -51,10 +57,9 @@ jobs:
5157
run: |
5258
make CUSTOM_PLUGIN_IMAGE=${{ env.REGISTRY }}/camel-tooling/camel-openshift-console-plugin plugin-image
5359
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
5964

6065

0 commit comments

Comments
 (0)