mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-09 12:10:31 -07:00
18 lines
477 B
YAML
18 lines
477 B
YAML
---
|
|
name: Docker Image CI mariadb106-py310-pymysql102
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'test-containers/mariadb106-py310-pymysql102/**'
|
|
- '.github/workflows/docker-image-mariadb106-py310-pymysql102.yml'
|
|
|
|
jobs:
|
|
|
|
call-workflow-passing-data:
|
|
uses: .github/workflows/build-docker-image.yml@main
|
|
secrets: inherit
|
|
with:
|
|
registry: ghcr.io
|
|
image_name: test-container-mariadb106-py310-pymysql102
|
|
context: test-containers/mariadb106-py310-pymysql102
|