Skip to content

Commit e88c54c

Browse files
committed
Add build-context to docker buildx in publish step
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 433c3b9 commit e88c54c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Push containers
3737
uses: docker/build-push-action@v2
3838
with:
39+
context: .
40+
file: ./Dockerfile
3941
outputs: "type=registry,push=true"
4042
platforms: linux/amd64,linux/arm/v7,linux/arm64
4143
tags: |

0 commit comments

Comments
 (0)