diff --git a/.github/workflows/cicd-build-test.yml b/.github/workflows/cicd-build-test.yml index 48321b2..b670484 100644 --- a/.github/workflows/cicd-build-test.yml +++ b/.github/workflows/cicd-build-test.yml @@ -23,7 +23,7 @@ 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 @@ -31,7 +31,7 @@ jobs: 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 diff --git a/examples/github-actions/publish.yml b/examples/github-actions/publish.yml index 523c669..c459033 100644 --- a/examples/github-actions/publish.yml +++ b/examples/github-actions/publish.yml @@ -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: