chore: update action.yaml (#6923)

pull/6925/head
Ryan Wang 2024-10-22 18:05:00 +08:00 committed by GitHub
parent 7e63d4448f
commit c8a8ac1b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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