Skip to content

Commit

Permalink
part 2 - Updated name and corrected the path to pick image registry p…
Browse files Browse the repository at this point in the history
…wd from.
  • Loading branch information
githubmamatha committed Jul 17, 2024
1 parent b75839e commit 8c389aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/modified-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#Mchintha

name: Build & Deploy to DEV
name: Build & Deploy to Frontend DEV

env:
# 🖊️ EDIT your repository secrets to log into your OpenShift cluster and set up the context.
Expand Down Expand Up @@ -59,7 +57,7 @@ on:

jobs:
build-and-deploy-dev:
name: Build and deploy to DEV
name: Build and deploy to Frontend DEV
# ubuntu-latest can also be used.
runs-on: ubuntu-22.04
environment: dev
Expand All @@ -84,7 +82,7 @@ jobs:
}
else {
core.info("A registry password is required");
secrets["IMAGE_REGISTRY_PASSWORD"] = `${{ secrets.IMAGE_REGISTRY_PASSWORD }}`;
secrets["IMAGE_REGISTRY_PASSWORD"] = `${{ env.IMAGE_REGISTRY_PASSWORD }}`;
}
const missingSecrets = Object.entries(secrets).filter(([ name, value ]) => {
Expand Down

0 comments on commit 8c389aa

Please sign in to comment.