Skip to content

Commit

Permalink
Revert "fix: update dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit e1e30b6.
  • Loading branch information
Nitnelav committed Nov 13, 2024
1 parent e1e30b6 commit 3c89cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./
file: ./containers/Dockerfile
context: ./containers
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN java -version && \
conda --version && \
which osmosis

COPY ./environment.yml /tmp/environment_eqasim.yml
COPY ../environment.yml /tmp/environment_eqasim.yml

# Copy the environment.yml file into the container if env_path is set (else will create an empty directory)
COPY ${env_path} /tmp/environment_custom.yml
Expand Down

0 comments on commit 3c89cf2

Please sign in to comment.