Skip to content

Commit

Permalink
Update deploy-to.openshift-dev-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Oct 9, 2024
1 parent 9ea5a26 commit 903e8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ jobs:
registry: ${{ env.DOCKER_ARTIFACTORY_REPO }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Update Docker API version
run: echo "DOCKER_API_VERSION=1.39" >> $GITHUB_ENV
- name: Update Docker API version
run: echo "DOCKER_API_VERSION=1.39" >> $GITHUB_ENV

- name: Push frontend to registry
id: push-image-frontend
Expand Down

0 comments on commit 903e8b7

Please sign in to comment.