Skip to content

Commit

Permalink
Use new Docker dev. build environment variables (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Apr 27, 2021
1 parent 1f7e1f9 commit 1f7eca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ jobs:
- name: 🐳 Build Docker example image
run: |
pip install webviz-config-equinor
export GIT_POINTER_WEBVIZ_SUBSURFACE=$GITHUB_REF
webviz build ./webviz-subsurface-testdata/webviz_examples/webviz-full-demo.yml --portable ./example_subsurface_app --theme equinor
rm -rf ./webviz-subsurface-testdata
pushd example_subsurface_app
# Related to https://github.com/equinor/webviz-config/issues/150:
echo "RUN pip install --user git+https://github.com/${{ github.repository }}.git@${{ github.ref }}" >> Dockerfile
docker build -t webviz/example_subsurface_image:equinor-theme .
popd
Expand Down

0 comments on commit 1f7eca1

Please sign in to comment.