Skip to content

Commit bd6ec79

Browse files
author
Jack Yuan
committed
Log in to Dcoker Hub with the docker usename and password in input section (SOFTWARE-4730)
1 parent b209595 commit bd6ec79

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

action.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ runs:
3535
fi
3636
echo "::set-output name=taglist::$tag_list"
3737
shell: bash
38-
38+
3939
- name: Set up Docker Buildx
4040
uses: docker/setup-buildx-action@v1
41+
42+
- name: Log in to Docker Hub
43+
uses: docker/login-action@v1
44+
with:
45+
username: ${{ inputs.docker_username }}
46+
password: ${{ inputs.docker_password }}
47+

0 commit comments

Comments
 (0)