Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Jan 17, 2024
1 parent 311f0b0 commit 642e110
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ inputs:
openshift_image_name:
description: The name of the image to use when pushing to OpenShift.
required: true
service:
description: The name of images used
required: true

# OpenShift parameters
openshift_server_url:
Expand Down Expand Up @@ -69,7 +72,7 @@ runs:
run: |
docker pull ${{ inputs.github_image_name }}@${{ inputs.image_digest }}
docker tag ${{ inputs.github_image_name }}@${{ inputs.image_digest }} ${{ inputs.github_image_name }}:${{ inputs.environment }}
docker push ${{ inputs.github_image_name }} ${{ matrix.service }}:${{ inputs.environment }}
docker push ${{ inputs.github_image_name }}${{ inputs.matrix_service }}:${{ inputs.environment }}
- name: Tag the image in the OpenShift container registry as ${{ inputs.environment }}
shell: bash
Expand Down

0 comments on commit 642e110

Please sign in to comment.