community.mysql/.github/workflows/docker-image-my57-py38-pymysql0711.yml
2023-03-07 17:14:16 +01:00

18 lines
429 B
YAML

---
name: Docker Image CI my57-py38-pymysql0711
on:
push:
paths:
- 'test-containers/my57-py38-pymysql0711/**'
- '.github/workflows/docker-image-my57-py38-pymysql0711.yml'
jobs:
call-workflow-passing-data:
uses: build-docker-image.yml@main
secrets: inherit
with:
registry: ghcr.io
image_name: test-container-my57-py38-pymysql0711
context: test-containers/my57-py38-pymysql0711