Skip to content

Commit d02d7c1

Browse files
committed
Add 'context: .' to fix 'not a git repository' error.
1 parent bcc7563 commit d02d7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
id: docker_build
7979
uses: docker/build-push-action@v2
8080
with:
81+
context: .
8182
platforms: linux/amd64,linux/arm64
8283
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
8384
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)