Skip to content

Commit

Permalink
Bump docker/login-action from 2.2.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2.2.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent f59cb76 commit b405464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
TERM=xterm bash nanosaur_perception/scripts/docker_jetson_builder.sh -ci --branch $BRANCH_NAME
- name: Login to DockerHub
if: github.actor != 'dependabot[bot]'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
TERM=xterm bash nanosaur_perception/scripts/docker_jetson_builder.sh -ci --branch $BRANCH_NAME --dockerfile $FILE_NAME
- name: Login to DockerHub
if: github.actor != 'dependabot[bot]'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
TERM=xterm bash nanosaur_perception/scripts/docker_x86_builder.sh -ci --branch $BRANCH_NAME
- name: Login to DockerHub
if: github.actor != 'dependabot[bot]'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit b405464

Please sign in to comment.