Configure registry while login to Fit2Cloud Docker Registry (#6925)

Signed-off-by: JohnNiang <johnniang@foxmail.com>
This commit is contained in:
John Niang 2024-10-22 18:25:40 +08:00 committed by GitHub
parent c8a8ac1b57
commit aeaa47f6c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ runs:
if: inputs.f2c-registry-token != '' && github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: registry.fit2cloud.com
username: ${{ inputs.f2c-registry-user }}
password: ${{ inputs.f2c-registry-token }}
- name: Build and push