From b51ca2ac98b77c22bc7d36cd591b5c06602abaf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:14:41 +0000 Subject: [PATCH 01/20] feat(Dependencies): Update dependency mkdocs-material to v9.6.21 (#413) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.6.20 | 9.6.21 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 395c375..1e354c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.6.20 +mkdocs-material==9.6.21 mkdocs-glightbox==0.5.1 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From ac54e9c929a9294c6956e541bae62e059a91312f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:22:13 +0000 Subject: [PATCH 02/20] feat(Dependencies): Update dependency python | datasource | package | from | to | | --------------- | ----------------------- | ------ | ------ | | github-releases | actions/python-versions | 3.13.8 | 3.14.0 | | docker | python | 3.13 | 3.14 | --- .github/workflows/build_image.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 95e9e5e..573d207 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -11,7 +11,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - uses: actions/setup-python@v6 with: - python-version: '3.13' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v5.0.0 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 diff --git a/Dockerfile b/Dockerfile index 74e8cbe..b839f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a stable Python base image (Debian 12 based) -FROM python:3.13-slim +FROM python:3.14-slim # Set environment variables ENV WEBHOOK_URL_PREFIX="wiki/hooks" From 7f580889083515c3506584f06d5a5b807278770f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:34:53 +0000 Subject: [PATCH 03/20] feat(Dependencies): Update dependency mkdocs-material to v9.6.22 (#415) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.6.21 | 9.6.22 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e354c7..55f14e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.6.21 +mkdocs-material==9.6.22 mkdocs-glightbox==0.5.1 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 40a4543871b47791b5dc3b63a5d86ff2c58b417d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:54:28 +0000 Subject: [PATCH 04/20] feat(Dependencies): Update dependency mkdocs-glightbox to v0.5.2 (#416) | datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | pypi | mkdocs-glightbox | 0.5.1 | 0.5.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55f14e9..eab883f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs-material==9.6.22 -mkdocs-glightbox==0.5.1 +mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin pygments From ec00cff1be745cd9eb18a241573b423d8bfb1b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:07:48 +0000 Subject: [PATCH 05/20] feat(Dependencies): Update dependency mkdocs-material to v9.6.23 (#417) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.6.22 | 9.6.23 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eab883f..c610214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.6.22 +mkdocs-material==9.6.23 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 0141313b85d68c152aeaf6940435e62b291e1a36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:11:39 +0000 Subject: [PATCH 06/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.0 | datasource | package | from | to | | ---------- | --------------- | ------ | ----- | | pypi | mkdocs-material | 9.6.23 | 9.7.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c610214..d22a5ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.6.23 +mkdocs-material==9.7.0 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 7971dd3a88a29c0f31899864281db8f29aa33c9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:31:51 +0000 Subject: [PATCH 07/20] feat(Dependencies): Update actions/checkout action to v5.0.1 (#420) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.0 | v5.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 573d207..f9f65ef 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: From dd7a48755aa210412910d9098a58e1701acb1a27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:58:51 +0000 Subject: [PATCH 08/20] feat(Dependencies): Update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.1 | v6.0.0 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index f9f65ef..234b547 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: From 6908ed8068eab603b56926e9ba795da37bf75d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:28:32 +0000 Subject: [PATCH 09/20] feat(Dependencies): Update actions/checkout action to v6.0.1 (#422) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.0 | v6.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 234b547..310a6f3 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: From b57106ca85fe048a870fa266ab2cf23909e96fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:44:04 +0000 Subject: [PATCH 10/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.1 (#423) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.0 | 9.7.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d22a5ec..13041ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.0 +mkdocs-material==9.7.1 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 88251ee5c728fee52673504f40dc5c0d065486db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:23:13 +0000 Subject: [PATCH 11/20] feat(Dependencies): Update actions/checkout action to v6.0.2 (#424) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.1 | v6.0.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 310a6f3..07048d9 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: From 7c66283c836d7aff76633f1d34839037d9f920d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:05:50 +0000 Subject: [PATCH 12/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.2 (#425) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.1 | 9.7.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13041ff..a6bad07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.1 +mkdocs-material==9.7.2 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 1c9178b98df7e3bddbb654d7e3e0508f16b5165a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:35:37 +0000 Subject: [PATCH 13/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.3 (#426) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.2 | 9.7.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6bad07..9743fd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.2 +mkdocs-material==9.7.3 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 05c52f362316a01087c2c47d6941fff2465d2401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:57:08 +0000 Subject: [PATCH 14/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.4 (#427) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.3 | 9.7.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9743fd8..65298b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.3 +mkdocs-material==9.7.4 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 0cd25cea8fd4b8d022e9ac6fef00f0a6191bfc89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:12:11 +0000 Subject: [PATCH 15/20] feat(Dependencies): Update docker/setup-buildx-action action to v4 | datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v3 | v4 | --- .github/workflows/create_release_image.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release_image.yml b/.github/workflows/create_release_image.yml index 31d8255..2666ab5 100644 --- a/.github/workflows/create_release_image.yml +++ b/.github/workflows/create_release_image.yml @@ -13,7 +13,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - uses: actions/checkout@master - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Quay.io uses: docker/login-action@v3 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ee376a..9e84339 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@master - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Quay.io uses: docker/login-action@v3 with: From b9899fce1879fe0455f42ec28032adae0ae30941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:30:48 +0000 Subject: [PATCH 16/20] feat(Dependencies): Update docker/login-action action to v4 | datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v3 | v4 | --- .github/workflows/create_release_image.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release_image.yml b/.github/workflows/create_release_image.yml index 2666ab5..06117c8 100644 --- a/.github/workflows/create_release_image.yml +++ b/.github/workflows/create_release_image.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to Quay.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e84339..065ec3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to Quay.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} From 354394ed0b1147e3dc467b97b3302e08fd7470cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:11:22 +0000 Subject: [PATCH 17/20] feat(Dependencies): Update docker/build-push-action action to v7 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | --- .github/workflows/create_release_image.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release_image.yml b/.github/workflows/create_release_image.yml index 06117c8..e7b8600 100644 --- a/.github/workflows/create_release_image.yml +++ b/.github/workflows/create_release_image.yml @@ -21,7 +21,7 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_TOKEN }} - name: Build and publish image to Quay - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/master.tar.gz with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 065ec3a..df33cc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_TOKEN }} - name: Build and publish image to Quay - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/staging.tar.gz with: From dd1e58d6df4434554870d51592764753a518ddd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:55:45 +0000 Subject: [PATCH 18/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.5 (#431) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.4 | 9.7.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65298b4..383c2e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.4 +mkdocs-material==9.7.5 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 1c7a023d1d118f12356709988df15fe07f452295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:08:32 +0000 Subject: [PATCH 19/20] feat(Dependencies): Update dependency mkdocs-material to v9.7.6 (#432) | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.7.5 | 9.7.6 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 383c2e8..1716e4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.7.5 +mkdocs-material==9.7.6 mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 2b0fab743aab7f10185d7a4a3f888670879d0096 Mon Sep 17 00:00:00 2001 From: vktrrdk Date: Tue, 24 Mar 2026 15:42:19 +0000 Subject: [PATCH 20/20] feat(Registry): Use de.NBI OCI --- .github/workflows/create_release_image.yml | 12 ++++++------ .github/workflows/main.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/create_release_image.yml b/.github/workflows/create_release_image.yml index e7b8600..517954c 100644 --- a/.github/workflows/create_release_image.yml +++ b/.github/workflows/create_release_image.yml @@ -14,13 +14,13 @@ jobs: - uses: actions/checkout@master - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - - name: Login to Quay.io + - name: Login to de.NBI OCI uses: docker/login-action@v4 with: - registry: quay.io - username: ${{ secrets.QUAY_USERNAME }} - password: ${{ secrets.QUAY_TOKEN }} - - name: Build and publish image to Quay + registry: oci.bi.denbi.de + username: ${{ secrets.OCI_DENBI_USERNAME }} + password: ${{ secrets.OCI_DENBI_TOKEN }} + - name: Build and publish image to de.NBI OCI uses: docker/build-push-action@v7 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/master.tar.gz @@ -28,5 +28,5 @@ jobs: file: Dockerfile push: true build-args: REPOSITORY - tags: quay.io/denbicloud/mkdocswebhook:${{ steps.get_version.outputs.VERSION }} + tags: oci.bi.denbi.de/denbicloud/mkdocswebhook:${{ steps.get_version.outputs.VERSION }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df33cc1..e3f30bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,13 +14,13 @@ jobs: - uses: actions/checkout@master - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - - name: Login to Quay.io + - name: Login to de.NBI OCI uses: docker/login-action@v4 with: - registry: quay.io - username: ${{ secrets.QUAY_USERNAME }} - password: ${{ secrets.QUAY_TOKEN }} - - name: Build and publish image to Quay + registry: oci.bi.denbi.de + username: ${{ secrets.OCI_DENBI_USERNAME }} + password: ${{ secrets.OCI_DENBI_TOKEN }} + - name: Build and publish image to de.NBI OCI uses: docker/build-push-action@v7 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/staging.tar.gz @@ -28,5 +28,5 @@ jobs: file: Dockerfile push: true build-args: REPOSITORY - tags: quay.io/denbicloud/mkdocswebhook:staging + tags: oci.bi.denbi.de/denbicloud/mkdocswebhook:staging