Skip to content

Commit

Permalink
Update deploy-to.openshift-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Sep 26, 2024
1 parent 10abf22 commit 83ae42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
APP_NAME: ecas
REPO_NAME: educ-ecas
BRANCH: test_github_actions
APP_NAME_FRONTEND_INITIAL: ecas-frontend-initial

APP_NAME_FRONTEND: ecas-frontend
NAMESPACE: '${{ secrets.ECAS_NAMESPACE_NO_ENV }}'
NAMESPACE_TOOLS: '${{ secrets.ECAS_NAMESPACE_NO_ENV }}-tools'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
path_context: ./web-app
builder_image: registry.redhat.io/rhscl/php-73-rhel7
image: '${{ env.APP_NAME_FRONTEND_INITIAL }}"'
image: '${{ env.APP_NAME_FRONTEND }}"'
tags: latest
- name: Push frontend to registry
id: push-image-frontend
Expand Down

0 comments on commit 83ae42f

Please sign in to comment.