We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636d5ab commit c2d7043Copy full SHA for c2d7043
.github/workflows/main.yml
@@ -47,9 +47,11 @@ jobs:
47
shell: bash
48
run: |
49
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin image
50
+ make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin CUSTOM_PLUGIN_VERSION=latest image
51
52
- name: Push plugin container
53
if: github.ref == 'refs/heads/main'
54
55
56
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin push
57
+ make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin CUSTOM_PLUGIN_VERSION=latest push
0 commit comments