Skip to content

Commit

Permalink
#377 .dockerignore should not ignore zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Mar 25, 2024
1 parent a351249 commit 8c4a939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.git
externals/stetl/.git
externals/stetl/examples/**/*
externals/stetl/docs/**/*
externals/stetl/tests/**/*
**/*.zip
doc/*/**
*/doc/**
externals/stetl/examples
externals/stetl/docs
externals/stetl/tests
doc/**/*
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: nlextract/nlextract
tags: latest,1.6.0dev
tags: latest,1.5.5dev
# tag_with_ref: true
# tag_with_sha: true

0 comments on commit 8c4a939

Please sign in to comment.