Attempt to fix docker_image_multiline assignation #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker Image CI mysql-py310-mysqlclient211 | |
on: # yamllint disable-line rule:truthy | |
push: | |
paths: | |
- 'test-containers/mysql-py310-mysqlclient211/**' | |
- '.github/workflows/docker-image-mysql-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-mysql-py310-mysqlclient211 | |
context: test-containers/mysql-py310-mysqlclient211 |