Skip to content

Commit d976c6e

Browse files
chore(ci): Bump docker/login-action from 2 to 3 (vectordotdev#18556)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c34cd5 commit d976c6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Docker Buildx
4545
uses: docker/[email protected]
4646
- name: Login to DockerHub
47-
uses: docker/login-action@v2.1.0
47+
uses: docker/login-action@v3
4848
if: github.ref == 'refs/heads/master'
4949
with:
5050
username: ${{ secrets.CI_DOCKER_USERNAME }}

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
with:
426426
ref: ${{ inputs.git_ref }}
427427
- name: Login to DockerHub
428-
uses: docker/login-action@v2.1.0
428+
uses: docker/login-action@v3
429429
with:
430430
username: ${{ secrets.CI_DOCKER_USERNAME }}
431431
password: ${{ secrets.CI_DOCKER_PASSWORD }}

.github/workflows/regression.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
uses: aws-actions/amazon-ecr-login@v1
406406

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

@@ -443,7 +443,7 @@ jobs:
443443
uses: aws-actions/amazon-ecr-login@v1
444444

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

0 commit comments

Comments
 (0)