Skip to content

Commit

Permalink
add branch info in ui (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvootla authored Jun 21, 2024
1 parent 7065790 commit 654eacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Add git HEAD info to docker image
run: |
git show --quiet HEAD > release.txt
git show --quiet HEAD > public/release.txt
echo -e "current branch: $(git rev-parse --abbrev-ref HEAD)\n\n$(git show --quiet HEAD)" > public/release.txt
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 654eacf

Please sign in to comment.