microsoft / azure-api-management-monetization

MIT License
54 stars 30 forks source link

Update publish-docker-image.yaml #54

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Added a new step called "Validate container image tag" to perform validation on the container image tag input. Modify this step to include your specific validation logic.

Improved the error handling for an invalid container image tag by printing an error message and exiting the workflow with a non-zero status code.

mikebudzynski commented 1 year ago

Thank you for the contribution!