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