Skip to content

Commit

Permalink
Specify image in documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed May 9, 2024
1 parent ebda189 commit a84d3f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on:
- self-hosted
- v3
container:
image: 134.28.57.223:5000/hulk
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
- name: Build docs
Expand All @@ -24,6 +27,9 @@ jobs:
runs-on:
- self-hosted
- v3
container:
image: 134.28.57.223:5000/hulk
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -48,6 +54,9 @@ jobs:
runs-on:
- self-hosted
- v3
container:
image: 134.28.57.223:5000/hulk
options: --user=1000:1000
steps:
- name: Download mkdocs artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a84d3f2

Please sign in to comment.