mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
(cherry picked from commit 21e42b5777
)
Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
21 lines
563 B
YAML
21 lines
563 B
YAML
---
|
|
name: Docker Image CI mariadb-py38-mysqlclient201
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'test-containers/mariadb-py38-mysqlclient201/**'
|
|
- '.github/workflows/docker-image-mariadb-py38-mysqlclient201.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-py38-mysqlclient201
|
|
context: test-containers/mariadb-py38-mysqlclient201
|