elgohr / Publish-Docker-Github-Action

A Github Action used to build and publish Docker images
MIT License
781 stars 209 forks source link

[BUG] Example for using tags seems to be broken #138

Closed danielloader closed 3 years ago

danielloader commented 3 years ago

Describe the bug https://github.com/elgohr/Publish-Docker-Github-Action#tags-1 doesn't work any more.

To Reproduce Try to use the example as is.

Expected behavior To be able to run the github action

Additional context It seems the pre directive isn't valid: image

elgohr commented 3 years ago

Hi, looks like your IDE doesn't know it, but it's valid (https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#pre).

danielloader commented 3 years ago

Fair enough then, the IDE was github actions web UI for reference.