Skip to content

Commit

Permalink
testing on 4.14.6
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Jan 9, 2024
1 parent 33b3d5b commit d9a328f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:

# Installs the latest release of oc with the major version 3.
# This is equivalent to "3.x" or "^3".
oc: "4.12.0"
oc: "4.14.6"

- name: Setup Openshift CLI
uses: redhat-actions/oc-login@v1
Expand All @@ -68,10 +68,13 @@ runs:

- name: Login in to OpenShift container registry
shell: bash
env:
REGISTRY_AUTH_FILE: ~/.docker/config.json
REGISTRY_AUTH_PREFERENCE: docker
run: |
oc version
docker version
oc registry login
oc registry login
- name: Tag the image in the GHCR as ${{ inputs.environment }}
shell: bash
Expand Down

0 comments on commit d9a328f

Please sign in to comment.