Skip to content

Commit 983f489

Browse files
committed
Fixed variable reference
1 parent fa9f6d1 commit 983f489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
uses: docker/login-action@v2
3030
with:
3131
username: ${{ inputs.registry-username }}
32-
password: ${{ inputs.registry-password }}
32+
password: ${{ inputs.registry-token }}
3333
registry: ${{ inputs.registry }}
3434

3535
- name: Get branch name

0 commit comments

Comments
 (0)