Skip to content

Commit

Permalink
Merge pull request #5224 from ministryofjustice/bump-publisher
Browse files Browse the repository at this point in the history
ci: 🎡 bump publisher to patch CVE-2024-22048
  • Loading branch information
jaskaransarkaria authored Jan 24, 2024
2 parents f623063 + 7c94eed commit 7a843b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ministryofjustice/tech-docs-github-pages-publisher:v2
image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.1
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile Markdown to HTML and create artifact
run: |
cd runbooks; /scripts/compile-and-create-artifact.sh
cd runbooks; /scripts/deploy.sh
- name: Install rsync
run: |
apk update && apk add rsync
Expand Down
2 changes: 1 addition & 1 deletion runbooks/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ build:
-v $$(pwd)/docs:/app/docs \
-p 4567:4567 \
$(IMAGE) \
/scripts/compile-and-create-artifact.sh
/scripts/deploy.sh

0 comments on commit 7a843b4

Please sign in to comment.