We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede99f4 commit 1b35b75Copy full SHA for 1b35b75
.github/workflows/blank.yml
@@ -18,7 +18,7 @@ jobs:
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19
- uses: actions/checkout@v4
20
- name: authenticate
21
- run: echo "DOCKER_PAT_KEY" | docker login registry.example.com -u redblackbird --password-stdin
+ run: echo "DOCKER_PAT_KEY" | docker login -u redblackbird --password-stdin
22
23
# Runs a set of commands using the runners shell
24
- name: Run a multi-line script
0 commit comments