mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm explicit login step
This commit is contained in:
parent
1ed56d3bf3
commit
70e1a9e51d
1 changed files with 0 additions and 7 deletions
|
|
@ -42,13 +42,6 @@ steps:
|
|||
latest
|
||||
$(Build.BuildId)
|
||||
|
||||
- task: Docker@2
|
||||
displayName: login to github package registry
|
||||
inputs:
|
||||
containerRegistry: "GitHub Docker Package Registry - FilterLists"
|
||||
command: "login"
|
||||
condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))"
|
||||
|
||||
- task: Docker@2
|
||||
displayName: push
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue