mirror of https://github.com/halo-dev/halo
Configure registry while login to Fit2Cloud Docker Registry (#6925)
Signed-off-by: JohnNiang <johnniang@foxmail.com>pull/6939/head
parent
c8a8ac1b57
commit
aeaa47f6c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue