Skip to content

Commit

Permalink
Merge pull request #1558 from ScilifelabDataCentre/DDS-2128-Update-dd…
Browse files Browse the repository at this point in the history
…s_web-readme-GHCR

Update readme to remove mention of DockerHub registry
  • Loading branch information
rv0lt authored Oct 9, 2024
2 parents 7f3414d + 83a2df4 commit 1bdce67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Equally, if you want to tear down you need to run pytest _twice_ without it, as

## Production Instance

The production version of the backend image is published at [Dockerhub](https://hub.docker.com/repository/docker/scilifelabdatacentre/dds-backend). It can also be built by running:
The production version of the backend image is published at the [GitHub Container Registry (GHCR)](ghcr.io/scilifelabdatacentre/dds-backend). It can also be built by running:

```bash
docker build --target production -f Dockerfiles/backend.Dockerfile .
Expand Down
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,5 @@ _Nothing merged during this sprint_

# 2024-10-07 - 2024-10-18

- Update readme: backend image is published to GHCR, not DockerHub ([#1558](https://github.com/ScilifelabDataCentre/dds_web/pull/1558))
- Workflow bug fixed: PDFs (Technical Overview and Troubleshooting) were downloaded to incorrect directory([#1559](https://github.com/ScilifelabDataCentre/dds_web/pull/1559))

0 comments on commit 1bdce67

Please sign in to comment.