dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Add custom steps to run after build #1397

Closed ellahathaway closed 3 months ago

ellahathaway commented 3 months ago

Needed for changes in https://github.com/dotnet/dotnet-docker/pull/5797 which runs verify-secret-usage.yml after building in CI and PRs.

For background, according to https://github.com/dotnet/dnceng/tree/main/src/SecretManager/Microsoft.DncEng.SecretManager#onboarding-a-new-repo, there are a series of steps which need to run after building in CI and PRs. In order to run these steps, the pipeline templates that we use need to be updated to accommodate for running custom steps in the build Stage after the build step.

Steps to do before publishing this PR:

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

ellahathaway commented 3 months ago

Closing since I don't this is no longer needed given what we're using secret manager for.