Skip to content

Commit 9f47e13

Browse files
Update deploy-to.openshift-dev-test.yml
1 parent 8af88ac commit 9f47e13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-to.openshift-dev-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@ jobs:
153153
registry: ${{ env.DOCKER_ARTIFACTORY_REPO }}
154154
username: ${{ secrets.DOCKER_HUB_USERNAME }}
155155
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
156-
- name: Docker upgrade
157-
run: docker-machine upgrade default
156+
158157
- name: Push frontend to registry
159158
id: push-image-frontend
160-
uses: redhat-actions/push-to-registry@v2.8
159+
uses: redhat-actions/push-to-registry@v1
161160
with:
162161
image: ${{ steps.build-image-frontend.outputs.image }}
163162
tags: ${{ env.TAG_DEV }}

0 commit comments

Comments
 (0)