Skip to content

Commit

Permalink
Fix dashboard image push for release (#54)
Browse files Browse the repository at this point in the history
* Fixing dashboard release

Signed-off-by: willdavsmith <[email protected]>

* Fixing dashboard release

Signed-off-by: willdavsmith <[email protected]>

* Fixing dashboard release

Signed-off-by: willdavsmith <[email protected]>

---------

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Feb 28, 2024
1 parent 1ef3a5b commit cb4af39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Parse release version and set environment variables
run: python ./.github/scripts/get_release_version.py
- name: Enable corepack
run: corepack enable
- name: Install Node.js 21 # Must be after corepack is enabled.
Expand Down Expand Up @@ -95,4 +97,5 @@ jobs:
- name: Push Image to ghcr.io (push to tag)
if: ${{ env.CI_PUBLISH_RELEASE == 'true' }}
run: |
docker tag ghcr.io/radius-project/dashboard:latest ghcr.io/radius-project/dashboard:${{ env.REL_TAG }}
docker push ghcr.io/radius-project/dashboard:${{ env.REL_TAG }}

0 comments on commit cb4af39

Please sign in to comment.