Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest (dotnet#1695
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dotnet-maestro-bot authored Feb 20, 2020
1 parent aa13fb9 commit 6390228
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions eng/common/templates/jobs/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
condition: and(succeeded(), eq(variables['publishReadme'], 'true'))
- script: >
$(runImageBuilderCmd) publishImageInfo
$(dotnetBot-userName)
$(dotnetBot-email)
$(dotnet-bot-user-repo-adminrepohook-pat)
$(dotnetDockerBot.userName)
$(dotnetDockerBot.email)
$(BotAccount-dotnet-docker-bot-PAT)
$(artifactsPath)/image-info.json
--git-owner dotnet
--git-repo versions
Expand Down
6 changes: 3 additions & 3 deletions eng/common/templates/steps/publish-readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ steps:
$(runImageBuilderCmd) publishMcrDocs
--manifest $(manifest)
--registry-override $(acr.server)
$(dotnetBot-userName)
$(dotnetBot-email)
$(dotnet-bot-user-repo-adminrepohook-pat)
$(dotnetDockerBot.userName)
$(dotnetDockerBot.email)
$(BotAccount-dotnet-docker-bot-PAT)
$(publicGitRepoUri)
${{ parameters.dryRunArg }}
$(imageBuilder.queueArgs)
Expand Down
4 changes: 2 additions & 2 deletions eng/common/templates/variables/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ variables:
- name: imageBuilderDockerRunExtraOptions
value: ""
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- group: DotNet-Docker-Common
- group: DotNet-Docker-Secrets
- group: DotNet-Docker-Common-New
- group: DotNet-Docker-Secrets-New

0 comments on commit 6390228

Please sign in to comment.