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 acb194c commit 90775d0Copy full SHA for 90775d0
.github/workflows/release-0-1.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: make lint
36
37
- name: Log in to registry
38
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/release-0.1.x'
39
id: login-registry
40
uses: redhat-actions/podman-login@v1
41
with:
@@ -49,7 +49,7 @@ jobs:
49
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin image
50
51
- name: Push plugin container
52
53
shell: bash
54
run: |
55
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin push
0 commit comments