Skip to content

Commit

Permalink
IOSAS | CI/CD: Fix tag action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fwpushan committed Oct 12, 2023
1 parent 07d2122 commit e88ecac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Set env prefix
run: |
echo "ENV_PREFIX=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
- name: Set env
working-directory: './tools'
run: |
echo "PUBLIC_HOST=$(make get-ui-url)" >> $GITHUB_ENV
echo "OC_NAMESPACE=$(make get-oc-namespace)" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
- name: Tag build and deploy application
working-directory: './tools'
run: |
Expand Down

0 comments on commit e88ecac

Please sign in to comment.