Skip to content

Commit

Permalink
Fix pipeline and README
Browse files Browse the repository at this point in the history
There was a typo in the GitHub Actions CI and the references of the main
registry in the README were still related to quay.io.
This commit fixes both things.
  • Loading branch information
rascasoft committed Aug 4, 2023
1 parent 5709d92 commit 9d1a82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the container image
run: docker build . --file Dockerfile --tag ${REGISTRY_NAME}/${CONTAINER_NAME}:${CONTAINER_VERSION}
- name: Login into the container registry
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ![KPA - The Knowledge Pods Approach](./images/kpa-github-header.png#gh-light-mode-only) ![KPA - The Knowledge Pods Approach](./images/kpa-github-header-dark.png#gh-dark-mode-only)

[![GitHub Actions CI](https://github.com/mmul-it/kpa-marp-pandoc/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/mmul-it/kpa-marp-pandoc/actions/workflows/main.yml)
[![Docker Repository on Quay](https://quay.io/repository/mmul/kpa-marp-pandoc/status "Docker Repository on Quay")](https://quay.io/repository/mmul/kpa-marp-pandoc)

This repository defines the base container containing all the needed tools by
[Knowledge Pods Approach (KPA)](https://github.com/mmul-it/kpa).
Expand All @@ -18,7 +17,7 @@ It specifically creates an environment containing these tools:
## Where this container is used?

This container is the base for the KPA main container, available at
[quay.io/mmul/kpa](https://quay.io/repository/mmul/kpa).
[ghcr.io/mmul-it/kpa](https://ghcr.io/mmul-it/kpa).

## License

Expand Down

0 comments on commit 9d1a82f

Please sign in to comment.