We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a3bef commit 061d643Copy full SHA for 061d643
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build and push Docker image
41
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
42
with:
43
- context: <go or python>
+ context: go
44
platforms: linux/amd64,linux/arm64
45
push: true
46
tags: ${{ steps.meta.outputs.tags }}
0 commit comments