We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48d6b3 commit 555e295Copy full SHA for 555e295
.github/workflows/main.yml
@@ -85,6 +85,7 @@ jobs:
85
- name: Build & Push Multi-Platform Container Image to Hub
86
uses: docker/build-push-action@v2
87
with:
88
+ context: . # build context is workspace so we can copy artifacts from ./dist/
89
builder: ${{ steps.buildx.outputs.name }}
90
platforms: linux/amd64,linux/arm/v7,linux/arm64
91
push: true
0 commit comments