From 4b165bdcddabe80917ae0ea3de9197991cc4f8d4 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 3 Jul 2024 08:37:35 +1000 Subject: [PATCH] Revert "ci: mariadb operator incompatible with MariaDB 10.5" This reverts commit e3e20e14ab7575cae07208c7c4d48de16c98752f. MariaDB Operator corrected https://github.com/mariadb-operator/mariadb-operator/issues/657 --- .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 d83b70c..eca34c8 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' && {{ matrix.directory != 10.5 }} + if: github.repository == 'MariaDB/mariadb-docker' && github.ref == 'refs/heads/master' run: | missing=() [[ -n "${{ secrets.MARIADB_OPERATOR_TOKEN }}" ]] || missing+=(MARIADB_OPERATOR_TOKEN)