mirror of https://github.com/halo-dev/halo
chore: update action.yaml (#6923)
parent
7e63d4448f
commit
c8a8ac1b57
|
@ -77,7 +77,7 @@ runs:
|
||||||
if: inputs.f2c-registry-token != '' && github.event_name != 'pull_request'
|
if: inputs.f2c-registry-token != '' && github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ inputs.f2c-registry-username }}
|
username: ${{ inputs.f2c-registry-user }}
|
||||||
password: ${{ inputs.f2c-registry-token }}
|
password: ${{ inputs.f2c-registry-token }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in New Issue