Skip to content

Commit

Permalink
Add 'context: .' to fix 'not a git repository' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 10, 2022
1 parent bcc7563 commit d02d7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit d02d7c1

Please sign in to comment.