Skip to content

Commit 061d643

Browse files
committed
fix typo
1 parent c3a3bef commit 061d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build and push Docker image
4141
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
4242
with:
43-
context: <go or python>
43+
context: go
4444
platforms: linux/amd64,linux/arm64
4545
push: true
4646
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)