We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4156f25 commit 07895d2Copy full SHA for 07895d2
.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: ./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