Skip to content

Commit

Permalink
Merge pull request spidernet-io#3872 from spidernet-io/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/docker/login-action-3.3.0

build(deps): bump docker/login-action from 3.2.0 to 3.3.0
  • Loading branch information
weizhoublue authored Sep 3, 2024
2 parents 2db26bf + b1b4a41 commit 4ec6117
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.2.0
uses: docker/login-action@v3.3.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 @@ -86,7 +86,7 @@ jobs:
fi
- name: Login to online register
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.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 @@ -90,7 +90,7 @@ jobs:
echo "IPOIB_VERSION=${IPOIB_VERSION}" >> $GITHUB_OUTPUT
- name: Login to online register
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.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/[email protected]

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

0 comments on commit 4ec6117

Please sign in to comment.