From 3db7904d418614e347c30e9ef6bfdb0180bcb6c8 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 26 Aug 2023 14:42:32 +0200 Subject: [PATCH] ci/cd - fix wrong image tag for Linux test images --- .github/workflows/linux-build.yml | 2 +- .github/workflows/push-github.yml | 18 ++++++++++-------- docs/integrations.md | 6 ++++++ 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index a85bb2be7..dd82ab6b7 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -146,5 +146,5 @@ jobs: file: tests/linux/Dockerfile-${{ inputs.LINUX }} platforms: ${{ inputs.PLATFORMS }} push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/bunkerity/${{ inputs.LINUX }}-tests:${{ inputs.RELEASE }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index f435c0e4f..0ee97c872 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -57,10 +57,10 @@ jobs: Documentation : https://docs.bunkerweb.io/${{ inputs.VERSION }}/ Docker tags : - - `bunkerity/bunkerweb:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` + - BunkerWeb : `bunkerity/bunkerweb:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb:${{ inputs.VERSION }}` + - Scheduler : `bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` + - Autoconf : `bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` + - UI : `bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=${{ inputs.VERSION }}&filter=all&dist= @@ -83,12 +83,14 @@ jobs: Documentation : https://docs.bunkerweb.io/${{ inputs.VERSION }}/ Docker tags : - - `bunkerity/bunkerweb:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` - - `bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` + - BunkerWeb : `bunkerity/bunkerweb:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb:${{ inputs.VERSION }}` + - Scheduler : `bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-scheduler:${{ inputs.VERSION }}` + - Autoconf : `bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-autoconf:${{ inputs.VERSION }}` + - UI : `bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` or `ghcr.io/bunkerity/bunkerweb-ui:${{ inputs.VERSION }}` Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=${{ inputs.VERSION }}&filter=all&dist= + + Please note that when using Linux Debian or Ubuntu integration, you will need to add the `force-bad-version` directive to your `/etc/dpkg/dpkg.cfg` file before installing the testing version of BunkerWeb. draft: false prerelease: ${{ inputs.PRERELEASE }} name: Testing diff --git a/docs/integrations.md b/docs/integrations.md index e00baed26..5dc0c78e8 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -975,6 +975,9 @@ To simplify the installation process, Linux package repositories for BunkerWeb a sudo apt install -y nginx=1.24.0-1~$(lsb_release -cs) ``` + !!! warning "Testing version" + If you use the `testing` version, you will need to add the `force-bad-version` directive to your `/etc/dpkg/dpkg.cfg` file before installing BunkerWeb. + And finally install BunkerWeb 1.5.1 : ```shell @@ -1009,6 +1012,9 @@ To simplify the installation process, Linux package repositories for BunkerWeb a sudo apt install -y nginx=1.24.0-1~jammy ``` + !!! warning "Testing version" + If you use the `testing` version, you will need to add the `force-bad-version` directive to your `/etc/dpkg/dpkg.cfg` file before installing BunkerWeb. + And finally install BunkerWeb 1.5.1 : ```shell