Skip to content

Commit

Permalink
clean: invalid env in build NEXT_PUBLIC_KARRIO_VERSION (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Nov 27, 2024
1 parent b148585 commit 2bd71a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
run: |
echo 'Building karrio dashboard:${{ env.tag }}...'
export NEXT_PUBLIC_DASHBOARD_VERSION=${{ env.tag }}
export NEXT_PUBLIC_KARRIO_VERSION="http://locahost:5002"
./bin/build-dashboard-image ${{ env.tag }}
- name: Push karrio dashboard image
Expand Down

0 comments on commit 2bd71a2

Please sign in to comment.