Skip to content

Commit

Permalink
Updated to UI_NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
cditcher committed Dec 5, 2024
1 parent 98cdeff commit 5ef99c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ env:
# To get a permanent token, refer to https://github.com/redhat-actions/oc-login/wiki/Using-a-Service-Account-for-GitHub-Actions
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
OPENSHIFT_TOKEN: ${{ secrets.OPENSHIFT_TOKEN }}
OPENSHIFT_NAMESPACE: ${{ secrets.GRAD_BUSINESS_NAMESPACE }}-dev
OPENSHIFT_NAMESPACE: ${{ secrets.UI_NAMESPACE }}-dev

# 🖊️ EDIT to specify custom tags for the container image, or default tags will be generated below.
IMAGE_TAGS: ""

REPO_NAME: "educ-grad-admin"
BRANCH: "main"
NAMESPACE: ${{ secrets.GRAD_BUSINESS_NAMESPACE }}
NAMESPACE: ${{ secrets.UI_NAMESPACE }}

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Expand Down

0 comments on commit 5ef99c8

Please sign in to comment.