You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the improvement you would like to see
Consider removing the push image to dev container registry under .github/workflows/deploy-to-staging.yml. I believe we never pull or use this image.
How will this change existing functionality?
I belive this will not change the existing functionality
How will this improvement affect the current Threat Model?
No change
Consider removing this:
build-and-push-release-to-dev:
name: Update containers in dev with version taguses: ./.github/workflows/publish_component.ymlwith:
Registry: auroradevacr.azurecr.ioImageName: robotics/inspection-data-analyzerTag: ${{ github.event.release.tag_name }}secrets:
RegistryUsername: ${{ secrets.ROBOTICS_AURORADEVACR_USERNAME }}RegistryPassword: ${{ secrets.ROBOTICS_AURORADEVACR_PASSWORD }}
The text was updated successfully, but these errors were encountered:
Describe the improvement you would like to see
Consider removing the push image to dev container registry under .github/workflows/deploy-to-staging.yml. I believe we never pull or use this image.
How will this change existing functionality?
I belive this will not change the existing functionality
How will this improvement affect the current Threat Model?
No change
Consider removing this:
The text was updated successfully, but these errors were encountered: