Skip to content

Commit c36ad99

Browse files
committed
fix docker login
1 parent f75c491 commit c36ad99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ jobs:
481481
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
482482
with:
483483
registry: ${{ env.nginx-private-registry-url }}
484-
username: ${{ env.nginx-pkg-jwt }}
484+
username: ${{ env.docker-username }}
485485
password: ${{ env.docker-password }}
486486

487487
- name: Create Results Directory
@@ -646,7 +646,7 @@ jobs:
646646
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
647647
with:
648648
registry: ${{ env.nginx-private-registry-url }}
649-
username: ${{ env.nginx-pkg-jwt }}
649+
username: ${{ env.docker-username }}
650650
password: ${{ env.docker-password }}
651651

652652
- name: Create Results Directory

0 commit comments

Comments
 (0)