Skip to content

Commit 67dae8e

Browse files
committed
fix docker registry login
1 parent da8471c commit 67dae8e

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
@@ -224,8 +224,8 @@ jobs:
224224
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
225225
with:
226226
registry: ${{ secrets.REGISTRY_URL }}
227-
username: ${{ secrets.NGINX_LICENSE_JWT }}
228-
password: "none"
227+
username: ${{ secrets.REGISTRY_USERNAME }}
228+
password: ${{ secrets.REGISTRY_PASSWORD }}
229229
- name: Run Integration Tests
230230
run: |
231231
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}

0 commit comments

Comments
 (0)