Skip to content

Commit

Permalink
#178 change docker_login module
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Arenzana Pulido committed Aug 24, 2022
1 parent 5be66b0 commit 31d5fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
command: docker commit --change "ENV {{ java_home }}" {{ 'jdk' + '-' + item }} idealista/jdk:{{ docker_tag + '-' + item}}

- name: Log into Docker Hub
docker_login:
community.docker.docker_login:
username: "{{ docker_hub_username }}"
password: "{{ docker_hub_password }}"

Expand Down

0 comments on commit 31d5fad

Please sign in to comment.