We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Our templates are deploying the latest version of the portal.
Describe the solution you'd like Change the docker tag to point to the next major version that should be deployed.
Describe alternatives you've considered N/A
Additional context Investigate to automatically point the the major version from the CI.
The text was updated successfully, but these errors were encountered:
We might use sed to replace the image tag uri from the bicep files: 's/ghcr.io\/cgi-fr\/iothub-portal:latest/ghcr.io\/cgi-fr\/iothub-portal:3/'
's/ghcr.io\/cgi-fr\/iothub-portal:latest/ghcr.io\/cgi-fr\/iothub-portal:3/'
The sed command will be used at
IoT-Hub-Portal/.github/workflows/publish.yml
Line 108 in 634f85a
The version should not be hard coded, it should be taken from the release pipeline (the current tag of the release)
Sorry, something went wrong.
Override portal docker image tag on bicep template on release #1583
27c2fad
Override portal docker image tag on bicep template on release #1583 (#…
7ae6749
…1639)
hocinehacherouf
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Our templates are deploying the latest version of the portal.
Describe the solution you'd like
Change the docker tag to point to the next major version that should be deployed.
Describe alternatives you've considered
N/A
Additional context
Investigate to automatically point the the major version from the CI.
The text was updated successfully, but these errors were encountered: