Skip to content

Commit

Permalink
.dockerignore was not accounted for in previous push. Might be a prob…
Browse files Browse the repository at this point in the history
…lem specific to using buildx in GH Actions: docker/buildx#850. Attempt at fixing it.
  • Loading branch information
fredericpoitevin committed Apr 7, 2022
1 parent e97e909 commit c75c57d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docker/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.github
.pytest_cache
data
simSPI.egg-info
.deepsource.toml
.gitignore
.pre-commit-config.yaml
dev-requirements.txt
environment-mac.yml
path-config.yaml
sim-config.yaml
**/*
!environment.yaml
!setup.py
!pytest.ini
!.codecov.yml
!.coveragerc
!.flake8
!simSPI/**
!notebooks/**
!tests/**

0 comments on commit c75c57d

Please sign in to comment.