Comment out dockerhub creds

This commit is contained in:
David Edwards
2020-02-28 15:24:18 +00:00
parent ffa9149176
commit ebe2a6f75a
+2
View File
@@ -45,10 +45,12 @@
<username>${env.DOCKER_USERNAME}</username>
<password>${env.DOCKER_PASSWORD}</password>
</server>
<!-- TODO: UPDATE DOCKER HUB CREDENTIALS. Currently env.DOCKER_USERNAME and env.DOCKER_PASSWORD are for quay.io
<server>
<id>docker.io</id>
<username>${env.DOCKER_USERNAME}</username>
<password>${env.DOCKER_PASSWORD}</password>
</server>
-->
</servers>
</settings>