Skip to content

Commit 4deb780

Browse files
committed
updated circle image
1 parent 3ca4370 commit 4deb780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
# - image: docker/compose:1.25.3
55

66
machine:
7-
image: ubuntu-1604:201903-01
7+
image: ubuntu-2004:202010-01
88

99
steps:
1010
- checkout
@@ -20,6 +20,7 @@ jobs:
2020
command: |
2121
echo "Logging in to Docker Hub"
2222
docker login --username ${DOCKERHUB_USERNAME} --password ${DOCKERHUB_PASSWORD}
23+
sudo docker login --username ${DOCKERHUB_USERNAME} --password ${DOCKERHUB_PASSWORD}
2324
2425
echo "Setting Image Name"
2526
IMAGE_NAME="motivlabs/janus:$(date +%Y%m%d%H%M%S)-${CIRCLE_SHA1:0:6}"

0 commit comments

Comments
 (0)