We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc7563 commit d02d7c1Copy full SHA for d02d7c1
.github/workflows/main.yml
@@ -78,6 +78,7 @@ jobs:
78
id: docker_build
79
uses: docker/build-push-action@v2
80
with:
81
+ context: .
82
platforms: linux/amd64,linux/arm64
83
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
84
tags: ${{ steps.meta.outputs.tags }}
0 commit comments