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.
1 parent 4390685 commit 3782d82Copy full SHA for 3782d82
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.1
4
+
5
+* Fix docker login during push to Docker Hub.
6
7
## 1.0.0
8
9
* 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