We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c491 commit c36ad99Copy full SHA for c36ad99
.github/workflows/ci.yml
@@ -481,7 +481,7 @@ jobs:
481
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
482
with:
483
registry: ${{ env.nginx-private-registry-url }}
484
- username: ${{ env.nginx-pkg-jwt }}
+ username: ${{ env.docker-username }}
485
password: ${{ env.docker-password }}
486
487
- name: Create Results Directory
@@ -646,7 +646,7 @@ jobs:
646
647
648
649
650
651
652
0 commit comments