Skip to content

Commit

Permalink
chore(ci): Bump docker/login-action from 2 to 3 (vectordotdev#18556)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent 6c34cd5 commit d976c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3
if: github.ref == 'refs/heads/master'
with:
username: ${{ secrets.CI_DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ jobs:
with:
ref: ${{ inputs.git_ref }}
- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3
with:
username: ${{ secrets.CI_DOCKER_USERNAME }}
password: ${{ secrets.CI_DOCKER_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1

- name: Docker Login to ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ steps.login-ecr.outputs.registry }}

Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1

- name: Docker Login to ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ steps.login-ecr.outputs.registry }}

Expand Down

0 comments on commit d976c6e

Please sign in to comment.