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 51fd710 commit 66af4d6Copy full SHA for 66af4d6
.github/workflows/test.yml
@@ -38,7 +38,8 @@ jobs:
38
- name: Check Docker Username
39
env:
40
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
41
- run: echo "Docker username: $env:DOCKER_USERNAME"
+ run: |
42
+ echo "Docker username: $env:DOCKER_USERNAME"
43
- name: Docker Login
44
uses: docker/login-action@v3
45
with:
0 commit comments