Skip to content

Commit

Permalink
Merge pull request #94 from mountaindude/master
Browse files Browse the repository at this point in the history
Fix incorrect path for Docker build
  • Loading branch information
mountaindude authored Oct 20, 2021
2 parents fbd4723 + 6f0fea3 commit 71974d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ node_modules
.jshintrc
.prettierignore
.prettierrc
.snyk
docker-compose.yml
Dockerfile
Dockerfile.arm
Dockerfile.arm64
package-lock.json
renovate.json

2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
github.event_name != 'pull_request' &&
github.repository_owner == 'ptarmiganlabs'
with:
context: ./src
context: .
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit 71974d3

Please sign in to comment.