Skip to content

Commit 68114ff

Browse files
authored
Update config.yml
1 parent 4b1ab74 commit 68114ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- checkout
4141
- setup_remote_docker:
4242
docker_layer_caching: true
43+
- run:
44+
name: Pull release image
45+
command: |
46+
echo $docker_password | docker login --username $docker_user --password-stdin
47+
make pull
4348
- run:
4449
name: Login to public Docker HUB
4550
command: |

0 commit comments

Comments
 (0)