Skip to content

Commit

Permalink
Merge pull request #3556 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/login-action-3.2.0

build(deps): bump docker/login-action from 3.0.0 to 3.2.0
  • Loading branch information
weizhoublue authored Jun 3, 2024
2 parents 12c1f85 + be5d0a0 commit 7c96f92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Login to online register
if: ${{ env.exists == 'false' }}
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
username: ${{ env.ONLINE_REGISTER_USER }}
password: ${{ env.ONLINE_REGISTER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fi
- name: Login to online register
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
if: ${{ env.push == 'true' }}
with:
username: ${{ env.ONLINE_REGISTER_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Login to online register
if: ${{ env.exists == 'false' }}
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
username: ${{ env.ONLINE_REGISTER_USER }}
password: ${{ env.ONLINE_REGISTER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Login to online register
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
username: ${{ env.ONLINE_REGISTER_USER }}
password: ${{ env.ONLINE_REGISTER_PASSWORD }}
Expand Down

0 comments on commit 7c96f92

Please sign in to comment.