Skip to content

Commit

Permalink
Adding env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 11, 2024
1 parent 4791bcd commit 70041f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coresvc-fileserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Build amd64 container image
shell: bash
run: |
source /var/spacedev/env/spacefx.env
echo "Running build_containerImage.sh script:"
bash /var/spacedev/build/build_containerImage.sh --dockerfile Dockerfiles/Dockerfile --image-tag $SPACEFX_VERSION --architecture amd64 --repo-dir ${PWD} --app-name ${{ env.APP_NAME }} --annotation-config ${{ env.ANNOTATION}}
Expand Down Expand Up @@ -74,4 +75,5 @@ jobs:
shell: bash
run: |
source /var/spacedev/env/spacefx.env
echo "Running build_containerImage.sh script:"
bash /var/spacedev/build/build_containerImage.sh --dockerfile Dockerfiles/Dockerfile --image-tag $SPACEFX_VERSION --architecture arm64 --repo-dir ${PWD} --app-name ${{ env.APP_NAME }} --annotation-config ${{ env.ANNOTATION}}

0 comments on commit 70041f1

Please sign in to comment.