Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 555e295

Browse files
committedDec 22, 2021
try explicit buildx context
1 parent f48d6b3 commit 555e295

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
@@ -85,6 +85,7 @@ jobs:
8585
- name: Build & Push Multi-Platform Container Image to Hub
8686
uses: docker/build-push-action@v2
8787
with:
88+
context: . # build context is workspace so we can copy artifacts from ./dist/
8889
builder: ${{ steps.buildx.outputs.name }}
8990
platforms: linux/amd64,linux/arm/v7,linux/arm64
9091
push: true

0 commit comments

Comments
 (0)
Please sign in to comment.