Compare commits
No commits in common. "d5a7133b238148fa1a9bb446d9c65f82cb2dd670" and "15370f97391cb201901c98f677bfeea141c1b41f" have entirely different histories.
d5a7133b23
...
15370f9739
3 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ jobs:
|
||||||
esac
|
esac
|
||||||
|
|
||||||
- name: Deploy to OpenShift
|
- name: Deploy to OpenShift
|
||||||
uses: docker://quay.io/appuio/oc:v4.18
|
uses: docker://quay.io/appuio/oc:v4.16
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
args: |
|
args: |
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
OPENSHIFT_URL: ${{ secrets.OPENSHIFT_URL }}
|
OPENSHIFT_URL: ${{ secrets.OPENSHIFT_URL }}
|
||||||
|
|
||||||
- name: Verify deployment
|
- name: Verify deployment
|
||||||
uses: docker://quay.io/appuio/oc:v4.18
|
uses: docker://quay.io/appuio/oc:v4.16
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
args: |
|
args: |
|
||||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Deploy to OpenShift
|
- name: Deploy to OpenShift
|
||||||
uses: docker://quay.io/appuio/oc:v4.18
|
uses: docker://quay.io/appuio/oc:v4.16
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
args: |
|
args: |
|
||||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Deploy to OpenShift
|
- name: Deploy to OpenShift
|
||||||
uses: docker://quay.io/appuio/oc:v4.18
|
uses: docker://quay.io/appuio/oc:v4.16
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
args: |
|
args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue