Skip to content

Commit f32aa89

Browse files
committed
Update build context path
Signed-off-by: Mike McKiernan <[email protected]>
1 parent 7544a02 commit f32aa89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-build-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build image
2424
uses: docker/build-push-action@v6
2525
with:
26-
context: .
26+
context: docs
2727
file: docs/Dockerfile
2828
load: true
2929
tags: pr-image:${{ github.sha }}

.github/workflows/docs-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [develop]
66
tags:
7+
- docs-v*
78
- v*
89
workflow_dispatch:
910

@@ -82,7 +83,7 @@ jobs:
8283
- name: Build and push
8384
uses: docker/build-push-action@v6
8485
with:
85-
context: .
86+
context: docs
8687
file: docker/Dockerfile
8788
push: true
8889
tags: ${{ needs.dockerfile-changed.outputs.image }}

0 commit comments

Comments
 (0)