Skip to content

Commit

Permalink
Configure registry while login to Fit2Cloud Docker Registry (#6925)
Browse files Browse the repository at this point in the history
Signed-off-by: JohnNiang <johnniang@foxmail.com>
  • Loading branch information
JohnNiang authored Oct 22, 2024
1 parent c8a8ac1 commit aeaa47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-buildx-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeaa47f

Please sign in to comment.