diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-19 03:47:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 03:47:45 +0000 |
| commit | 10181d542182e199ce592395d9bdf6d6d6aa4273 (patch) | |
| tree | 5887452c29d05769d421866cd25677e9d05ba746 /.ci/azure-pipelines-package.yml | |
| parent | 3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (diff) | |
chore(deps): update dependency docker to v2.211.0
Diffstat (limited to '.ci/azure-pipelines-package.yml')
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 926d1d322..7f221a3f9 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -137,7 +137,7 @@ jobs: displayName: Set release version (stable) condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v') - - task: Docker@2 + - task: Docker@2.211.0 displayName: 'Push Unstable Image' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') inputs: @@ -150,7 +150,7 @@ jobs: unstable-$(Build.BuildNumber)-$(BuildConfiguration) unstable-$(BuildConfiguration) - - task: Docker@2 + - task: Docker@2.211.0 displayName: 'Push Stable Image' condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v') inputs: |
