Skip to content

Commit 1b35b75

Browse files
authored
Update blank.yml
1 parent ede99f4 commit 1b35b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1919
- uses: actions/checkout@v4
2020
- name: authenticate
21-
run: echo "DOCKER_PAT_KEY" | docker login registry.example.com -u redblackbird --password-stdin
21+
run: echo "DOCKER_PAT_KEY" | docker login -u redblackbird --password-stdin
2222

2323
# Runs a set of commands using the runners shell
2424
- name: Run a multi-line script

0 commit comments

Comments
 (0)