Skip to content

Commit eb9d150

Browse files
committed
ci: use fork's Docker image with graphviz
1 parent bc9acb4 commit eb9d150

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
collect:
1818
runs-on: ubuntu-latest
1919
container:
20-
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
20+
image: ghcr.io/sadik-smd/processor-sdk-doc-fork:latest
2121
options: --entrypoint /bin/bash
2222
permissions:
2323
contents: read
@@ -36,7 +36,7 @@ jobs:
3636
name: Build
3737
runs-on: ubuntu-latest
3838
container:
39-
image: ghcr.io/texasinstruments/processor-sdk-doc:latest
39+
image: ghcr.io/sadik-smd/processor-sdk-doc-fork:latest
4040
options: --entrypoint /bin/bash
4141
permissions:
4242
contents: read

0 commit comments

Comments
 (0)