Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 dev-latest build fix (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Oct 20, 2023
1 parent ad9c7f7 commit 50c8e3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
- name: Embed Everest Frontend app into backend
run: |
cp -rf ${GITHUB_WORKSPACE}/front/* ${GITHUB_WORKSPACE}/backend/public/dist/
cd ${GITHUB_WORKSPACE}/backend
- name: Build Everest
run: GOOS=linux GOARCH=amd64 make build
run: |
cd ${GITHUB_WORKSPACE}/backend
GOOS=linux GOARCH=amd64 make build
- name: Set tag from inputs
run: echo "IMAGE_TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 50c8e3f

Please sign in to comment.