We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07895d2 commit 0e0cb46Copy full SHA for 0e0cb46
.github/workflows/upload-website-docker-hub.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build and push UI Docker image
38
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
39
with:
40
- context: ./website
+ context: ./leptos-website
41
file: docker/Dockerfile.website
42
push: true
43
tags: securityunion/video-call-rs-website:${{ steps.extract_branch.outputs.branch }}-${{ steps.extract_sha.outputs.sha8 }}
0 commit comments