Skip to content

Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests … #10

Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests …

Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests … #10

---
name: Docker Image CI mariadb-py310-mysqlclient211
on: # yamllint disable-line rule:truthy
push:
paths:
- 'test-containers/mariadb-py310-mysqlclient211/**'
- '.github/workflows/docker-image-mariadb-py310-mysqlclient211.yml'
- '.github/workflows/build-docker-image.yml'
branches-ignore:
- stable-*
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/build-docker-image.yml
secrets: inherit
with:
registry: ghcr.io
image_name: test-container-mariadb-py310-mysqlclient211
context: test-containers/mariadb-py310-mysqlclient211