We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4390685 + cf1fdb2 commit ef24f5bCopy full SHA for ef24f5b
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## 1.0.0
+## 2.1
4
5
* Package `oauth2_proxy` v2.1 with Alpine 3.4 base image.
circle.yml
@@ -17,6 +17,6 @@ deployment:
17
tagged:
18
tag: /.*/
19
commands:
20
- - docker login -u $DOCKER_USER -p $DOCKER_PASS
+ - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
21
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
22
- docker push $IMAGE_NAME:$CIRCLE_TAG
0 commit comments