attempting to fix docker image build by generating frontend version information before docker build.

This commit is contained in:
Jason Kulatunga
2022-05-27 12:59:32 -07:00
parent cf1bd3ea6b
commit 3971b37abc
8 changed files with 42 additions and 54 deletions
+2
View File
@@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{github.event.release.tag_name}}
- name: "Generate frontend version information"
run: "cd webapp/frontend && ./git.version.sh"
- name: Build Frontend
run: |
cd webapp/frontend