REGISTRY is a var now to nightly build

This commit is contained in:
Jacek Smit 2026-01-21 23:48:47 +01:00
parent 1f0cde995b
commit 985024014b
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Login to quay.io
- name: Login to ${{ REGISTRY }}
uses: docker/login-action@v3
with:
registry: quay.io/oauth2-proxy
registry: ${{ REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME_NIGHTLY }}
password: ${{ secrets.REGISTRY_PASSWORD_NIGHTLY }}