Merge pull request #8578 from jellyfin/renovate/docker-2.x
This commit is contained in:
commit
337df6079f
|
@ -137,7 +137,7 @@ jobs:
|
||||||
displayName: Set release version (stable)
|
displayName: Set release version (stable)
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
||||||
|
|
||||||
- task: Docker@2
|
- task: Docker@2.211.0
|
||||||
displayName: 'Push Unstable Image'
|
displayName: 'Push Unstable Image'
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -150,7 +150,7 @@ jobs:
|
||||||
unstable-$(Build.BuildNumber)-$(BuildConfiguration)
|
unstable-$(Build.BuildNumber)-$(BuildConfiguration)
|
||||||
unstable-$(BuildConfiguration)
|
unstable-$(BuildConfiguration)
|
||||||
|
|
||||||
- task: Docker@2
|
- task: Docker@2.211.0
|
||||||
displayName: 'Push Stable Image'
|
displayName: 'Push Stable Image'
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user