Skip to content

Commit 76d42f8

Browse files
chore(ci): bump docker/login-action from 3.6.0 to 3.7.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9422128 commit 76d42f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vdev: true
3434

3535
- name: Login to GitHub Container Registry
36-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
36+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}

.github/workflows/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Docker Buildx
4646
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4747
- name: Login to DockerHub
48-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
48+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4949
if: env.SHOULD_PUBLISH == 'true'
5050
with:
5151
username: ${{ secrets.CI_DOCKER_USERNAME }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,12 +512,12 @@ jobs:
512512
with:
513513
ref: ${{ inputs.git_ref }}
514514
- name: Login to DockerHub
515-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
515+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
516516
with:
517517
username: ${{ secrets.CI_DOCKER_USERNAME }}
518518
password: ${{ secrets.CI_DOCKER_PASSWORD }}
519519
- name: Login to GitHub Container Registry
520-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
520+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
521521
with:
522522
registry: ghcr.io
523523
username: ${{ github.actor }}

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
315315

316316
- name: Docker Login to ECR
317-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
317+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
318318
with:
319319
registry: ${{ steps.login-ecr.outputs.registry }}
320320

@@ -354,7 +354,7 @@ jobs:
354354
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
355355

356356
- name: Docker Login to ECR
357-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
357+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
358358
with:
359359
registry: ${{ steps.login-ecr.outputs.registry }}
360360

0 commit comments

Comments
 (0)