Skip to content

Commit

Permalink
Update Docker image tags
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Feb 22, 2024
1 parent db96990 commit ceb42c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
id: build
shell: bash
run: |
docker build --file Dockerfile --tag ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:latest .
docker build --file Dockerfile --tag ministryofjustice/tech-docs-github-pages-publisher:latest .
- name: Package
id: package
shell: bash
run: |
docker run --rm \
--volume ${GITHUB_WORKSPACE}/test:/app \
ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:latest /usr/local/bin/package
ministryofjustice/tech-docs-github-pages-publisher:latest /usr/local/bin/package
- name: Lychee
id: lychee
Expand Down
2 changes: 1 addition & 1 deletion examples/github-actions/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
container:
image: ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:v4.0.0
image: ministryofjustice/tech-docs-github-pages-publisher:v4.0.0
permissions:
contents: read
steps:
Expand Down

0 comments on commit ceb42c3

Please sign in to comment.