Update build-image-and-push.yaml

This commit is contained in:
澄潭
2023-08-16 16:46:31 +08:00
committed by GitHub
parent 8e28ae781d
commit a6444af185

View File

@@ -192,7 +192,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v2
with:
registry: ${{ env.PILOT_IMAGE_REGISTRY }}
registry: ${{ env.GATEWAY_IMAGE_REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}