Skip to content

Commit

Permalink
Made image name unique to avoid conflicts with CCOF.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Sep 18, 2023
1 parent 610f2fa commit 400579b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
REPO_NAME: 'ecc-ofm'
#grabs the branch name from github dynamically
BRANCH: ${{ github.ref_name }}
IMAGE_NAME: 'ecc-ofm/frontend'
APP_NAME_FRONTEND: 'frontend'
APP_FOLDER: 'frontend'
NAMESPACE: ${{ secrets.OFM_NAMESPACE_NO_ENV }}
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
id: build-image-frontend
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.APP_NAME_FRONTEND }}
image: ${{ env.IMAGE_NAME }}
tags: 'latest'

# If you don't have a Dockerfile/Containerfile, refer to https://github.com/redhat-actions/buildah-build#scratch-build-inputs
Expand Down

0 comments on commit 400579b

Please sign in to comment.