Skip to content

Commit

Permalink
Fix broken link to CI workflow
Browse files Browse the repository at this point in the history
Fixes a broken link to the repo's CI workflow by replacing a title-based link reference with a standard Markdown link.
  • Loading branch information
huddlej authored Jun 24, 2024
1 parent 009b7af commit 2f55c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ script and build stage in the Dockerfile.

### Continuous integration

Every push to this repository triggers a new build of the image [a GitHub Actions workflow][]. This helps ensure the image builds successfully with the new commits.
Every push to this repository triggers a new build of the image with [a GitHub Actions workflow](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml). This helps ensure the image builds successfully with the new commits.

Images built from the `master` branch are additionally pushed to the [Docker
registry][`nextstrain/base`]. The build instructions used by the workflow are in
Expand Down Expand Up @@ -204,5 +204,4 @@ in `./devel/clean`.
[multi-stage build]: https://docs.docker.com/develop/develop-images/multistage-build/
[Docker best practices]: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
[Dockerfile reference documentation]: https://docs.docker.com/engine/reference/builder/
[GitHub Actions]: https://github.com/nextstrain/docker-base/actions/workflows/ci.yml
[Cram]: https://bitheap.org/cram/

0 comments on commit 2f55c83

Please sign in to comment.