From e3e20e14ab7575cae07208c7c4d48de16c98752f Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 20 Jun 2024 16:02:44 +1000 Subject: [PATCH] ci: mariadb operator incompatible with MariaDB 10.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eca34c8..d83b70c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check for registry credentials - if: github.repository == 'MariaDB/mariadb-docker' && github.ref == 'refs/heads/master' + if: github.repository == 'MariaDB/mariadb-docker' && github.ref == 'refs/heads/master' && {{ matrix.directory != 10.5 }} run: | missing=() [[ -n "${{ secrets.MARIADB_OPERATOR_TOKEN }}" ]] || missing+=(MARIADB_OPERATOR_TOKEN)