From 9d1a82f5054b9e3ba236e7e48cbf9c70eb64eea4 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Fri, 4 Aug 2023 12:08:27 +0200 Subject: [PATCH] Fix pipeline and README 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. --- .github/workflows/main.yml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2856526..5b94524 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index a0dd3cc..bd451b0 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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