Skip to content

Commit

Permalink
fix(docker): Docker image build fixed
Browse files Browse the repository at this point in the history
Problem caused by source code restructuring
  • Loading branch information
Göran Sander committed Aug 17, 2023
1 parent 2f87e76 commit d230e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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 d230e14

Please sign in to comment.