Skip to content

Commit

Permalink
Merge pull request #23 from cliffcolvin/fix-build
Browse files Browse the repository at this point in the history
fix wrong path in ui build
  • Loading branch information
mattray authored Jun 25, 2024
2 parents e11d390 + b6a8bbd commit dd98687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
echo "$(pwd)" >> $GITHUB_PATH
- name: Build and push (multiarch) OpenCost UI
working-directory: ./opencost/ui
working-directory: ./opencost-ui
run: |
just build '${{ steps.tags.outputs.IMAGE_TAG_UI }}' '${{ steps.version_number.outputs.RELEASE_VERSION }}'
crane copy '${{ steps.tags.outputs.IMAGE_TAG_UI }}' '${{ steps.tags.outputs.IMAGE_TAG_UI_LATEST }}'
Expand Down

0 comments on commit dd98687

Please sign in to comment.