Skip to content

Commit

Permalink
Refactor command
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Nov 6, 2024
1 parent b256b19 commit 6fb7359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Build and Push Cube AI UI Docker Image
run: |
cd magistrala-ui-new
GITHUB_TOKEN="${{ secrets.GITHUBPAT }}" make CONFIG_DIR_SOURCE=../ui dockers_cube_ai
GITHUB_TOKEN="${{ secrets.GITHUBPAT }}" CONFIG_DIR_SOURCE=../ui make dockers_cube_ai
docker tag ${{ env.MG_SOURCE_IMAGE_NAME }}:latest ${{ env.MG_DOCKER_IMAGE_NAME_PREFIX }}:latest
docker push ${{ env.MG_DOCKER_IMAGE_NAME_PREFIX }}:latest

0 comments on commit 6fb7359

Please sign in to comment.