Azure / functions-container-action

Enable GitHub developers to deploy to Azure Function Apps Containers using GitHub Actions
MIT License
26 stars 14 forks source link

Fail on patching linuxFxVersion #51

Open n-hendriks opened 6 months ago

n-hendriks commented 6 months ago

I am trying to deploy a custom container using this action, only I get a fail every time because of custom image linuxFxVersion. The building history is updated but the action fails and the next action of restarting the container is not executed because of it.

Screenshot 2024-05-24 at 16 59 28

Is there a way to patch the correct linux version or create a possibility to skip the step and do the restart?

Please let me know if you need more information