Skip to content

Commit 10fb606

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump docker/login-action from 4.4.0 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbe1253 commit 10fb606

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/call-build-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
108108

109109
- name: Log in to the Container registry
110-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
110+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
111111
with:
112112
registry: ${{ inputs.registry }}
113113
username: ${{ github.actor }}
@@ -183,7 +183,7 @@ jobs:
183183
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
184184

185185
- name: Log in to the Container registry
186-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
186+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
187187
with:
188188
registry: ${{ inputs.registry }}
189189
username: ${{ github.actor }}
@@ -235,7 +235,7 @@ jobs:
235235
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
236236

237237
- name: Log in to the Container registry
238-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
238+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
239239
with:
240240
registry: ${{ inputs.registry }}
241241
username: ${{ github.actor }}
@@ -265,7 +265,7 @@ jobs:
265265
packages: read
266266
steps:
267267
- name: Log in to the Container registry
268-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
268+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
269269
with:
270270
registry: ${{ inputs.registry }}
271271
username: ${{ inputs.username }}
@@ -297,7 +297,7 @@ jobs:
297297
packages: read
298298
steps:
299299
- name: Log in to the Container registry
300-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
300+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
301301
with:
302302
registry: ${{ inputs.registry }}
303303
username: ${{ inputs.username }}
@@ -407,7 +407,7 @@ jobs:
407407
# uses: docker/setup-buildx-action@v4
408408

409409
- name: Log in to the Container registry
410-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
410+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
411411
with:
412412
registry: ${{ inputs.registry }}
413413
username: ${{ inputs.username }}

.github/workflows/call-integration-image-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4949

5050
- name: Log in to the Container registry
51-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
51+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5252
with:
5353
registry: ${{ inputs.registry }}
5454
username: ${{ inputs.username }}
@@ -111,7 +111,7 @@ jobs:
111111
ref: ${{ inputs.ref }}
112112

113113
- name: Log in to the Container registry
114-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
114+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
115115
with:
116116
registry: ${{ inputs.registry }}
117117
username: ${{ inputs.username }}

.github/workflows/call-test-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5151

5252
- name: Log in to the Container registry
53-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
53+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5454
with:
5555
registry: ${{ inputs.registry }}
5656
username: ${{ inputs.username }}
@@ -92,7 +92,7 @@ jobs:
9292
expected: arm
9393
steps:
9494
- name: Log in to the Container registry
95-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
95+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
9696
with:
9797
registry: ${{ inputs.registry }}
9898
username: ${{ inputs.username }}
@@ -141,7 +141,7 @@ jobs:
141141
ref: ${{ inputs.ref }}
142142

143143
- name: Log in to the Container registry
144-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
144+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
145145
with:
146146
registry: ${{ inputs.registry }}
147147
username: ${{ inputs.username }}

.github/workflows/cron-unstable-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
shell: bash
192192

193193
- name: Log in to the Container registry
194-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
194+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
195195
with:
196196
registry: ghcr.io
197197
username: ${{ github.actor }}

.github/workflows/staging-release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -552,13 +552,13 @@ jobs:
552552
steps:
553553

554554
- name: Login to Docker Hub
555-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
555+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
556556
with:
557557
username: ${{ secrets.DOCKERHUB_USERNAME }}
558558
password: ${{ secrets.DOCKERHUB_TOKEN }}
559559

560560
- name: Login to GitHub Container Registry
561-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
561+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
562562
with:
563563
registry: ghcr.io
564564
username: ${{ github.actor }}
@@ -674,7 +674,7 @@ jobs:
674674
runs_on: windows-2025
675675
steps:
676676
- name: Login to GitHub Container Registry
677-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
677+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
678678
with:
679679
registry: ghcr.io
680680
username: ${{ github.actor }}
@@ -701,7 +701,7 @@ jobs:
701701
shell: bash
702702

703703
- name: Login to Docker Hub
704-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
704+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
705705
with:
706706
username: ${{ secrets.DOCKERHUB_USERNAME }}
707707
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -731,13 +731,13 @@ jobs:
731731
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
732732

733733
- name: Login to Docker Hub
734-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
734+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
735735
with:
736736
username: ${{ secrets.DOCKERHUB_USERNAME }}
737737
password: ${{ secrets.DOCKERHUB_TOKEN }}
738738

739739
- name: Login to GitHub Container Registry
740-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
740+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
741741
with:
742742
registry: ghcr.io
743743
username: ${{ github.actor }}

0 commit comments

Comments
 (0)