Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63f8d3a

Browse files
committed
Update context
1 parent c21a345 commit 63f8d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Build and push
3232
uses: docker/build-push-action@v4
3333
with:
34+
context: .
3435
push: true # push to registry
3536
pull: true # always fetch the latest base images
3637
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
 (0)