Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jun 12, 2020
1 parent 7830a0b commit 2b39b2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ stages:
37-Alpine311:
buildPython: "3.7-alpine3.11"
buildArgs: ""
37-Alpine312:
buildPython: "3.7-alpine3.12"
buildArgs: ""
38-Alpine310:
buildPython: "3.8-alpine3.10"
buildArgs: ""
38-Alpine311:
buildPython: "3.8-alpine3.11"
buildArgs: ""
38-Alpine312:
buildPython: "3.8-alpine3.12"
buildArgs: "--release-tag"
steps:
- script: sudo docker login -u $(dockerUser) -p $(dockerPassword)
Expand Down

0 comments on commit 2b39b2a

Please sign in to comment.