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
This commit is contained in:
parent
2611c396fb
commit
4b165bdcdd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user