Update Docker Images #130
generate-docker-images.yml
on: workflow_dispatch
generate-docker-images
Annotations
1 error
Invalid workflow file:
.github/workflows/generate-docker-images.yml#L33
The workflow is not valid. .github/workflows/generate-docker-images.yml (Line: 33, Col: 13): Unrecognized function: 'matches'. Located at position 75 within expression: startsWith(github.ref, 'refs/tags/') && github.event.ref_type == 'tag' && matches(github.ref, '^refs/tags/[0-9]{4}.[0-9]{2}.[0-9]{2}$') .github/workflows/generate-docker-images.yml (Line: 47, Col: 13): Unrecognized function: 'matches'. Located at position 75 within expression: startsWith(github.ref, 'refs/tags/') && github.event.ref_type == 'tag' && matches(github.ref, '^refs/tags/[0-9]{4}.[0-9]{2}.[0-9]{2}$')
|