Skip to content

Commit 151abe6

Browse files
workflows: bump docker/login-action from 1 to 2 (fluent#5418)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- 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 8d47d42 commit 151abe6

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/1.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo systemctl unmask docker && sudo systemctl start docker
2222
2323
- name: Login to Docker Hub
24-
uses: docker/login-action@v1
24+
uses: docker/login-action@v2
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/1.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo systemctl unmask docker && sudo systemctl start docker
2323
2424
- name: Login to Docker Hub
25-
uses: docker/login-action@v1
25+
uses: docker/login-action@v2
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: docker/setup-buildx-action@v2
121121

122122
- name: Log in to the Container registry
123-
uses: docker/login-action@v1
123+
uses: docker/login-action@v2
124124
with:
125125
registry: ${{ inputs.registry }}
126126
username: ${{ inputs.username }}
@@ -186,7 +186,7 @@ jobs:
186186
uses: docker/setup-buildx-action@v2
187187

188188
- name: Log in to the Container registry
189-
uses: docker/login-action@v1
189+
uses: docker/login-action@v2
190190
with:
191191
registry: ${{ inputs.registry }}
192192
username: ${{ inputs.username }}
@@ -245,7 +245,7 @@ jobs:
245245
uses: docker/setup-buildx-action@v2
246246

247247
- name: Log in to the Container registry
248-
uses: docker/login-action@v1
248+
uses: docker/login-action@v2
249249
with:
250250
registry: ${{ inputs.registry }}
251251
username: ${{ inputs.username }}
@@ -310,7 +310,7 @@ jobs:
310310
packages: read
311311
steps:
312312
- name: Log in to the Container registry
313-
uses: docker/login-action@v1
313+
uses: docker/login-action@v2
314314
with:
315315
registry: ${{ inputs.registry }}
316316
username: ${{ inputs.username }}
@@ -342,7 +342,7 @@ jobs:
342342
packages: read
343343
steps:
344344
- name: Log in to the Container registry
345-
uses: docker/login-action@v1
345+
uses: docker/login-action@v2
346346
with:
347347
registry: ${{ inputs.registry }}
348348
username: ${{ inputs.username }}
@@ -442,7 +442,7 @@ jobs:
442442
ref: ${{ inputs.ref }}
443443

444444
- name: Log in to the Container registry
445-
uses: docker/login-action@v1
445+
uses: docker/login-action@v2
446446
with:
447447
registry: ${{ inputs.registry }}
448448
username: ${{ inputs.username }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/setup-buildx-action@v2
4848

4949
- name: Log in to the Container registry
50-
uses: docker/login-action@v1
50+
uses: docker/login-action@v2
5151
with:
5252
registry: ${{ inputs.registry }}
5353
username: ${{ inputs.username }}
@@ -123,7 +123,7 @@ jobs:
123123
ref: ${{ inputs.ref }}
124124

125125
- name: Log in to the Container registry
126-
uses: docker/login-action@v1
126+
uses: docker/login-action@v2
127127
with:
128128
registry: ${{ inputs.registry }}
129129
username: ${{ inputs.username }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: sigstore/cosign-installer@main
4646

4747
- name: Log in to the Container registry
48-
uses: docker/login-action@v1
48+
uses: docker/login-action@v2
4949
with:
5050
registry: ${{ inputs.registry }}
5151
username: ${{ inputs.username }}
@@ -87,7 +87,7 @@ jobs:
8787
expected: arm
8888
steps:
8989
- name: Log in to the Container registry
90-
uses: docker/login-action@v1
90+
uses: docker/login-action@v2
9191
with:
9292
registry: ${{ inputs.registry }}
9393
username: ${{ inputs.username }}
@@ -136,7 +136,7 @@ jobs:
136136
ref: ${{ inputs.ref }}
137137

138138
- name: Log in to the Container registry
139-
uses: docker/login-action@v1
139+
uses: docker/login-action@v2
140140
with:
141141
registry: ${{ inputs.registry }}
142142
username: ${{ inputs.username }}

.github/workflows/cron-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
local_tag: arm32
3838
steps:
3939
- name: Log in to the Container registry
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
shell: bash
184184

185185
- name: Log in to the Container registry
186-
uses: docker/login-action@v1
186+
uses: docker/login-action@v2
187187
with:
188188
registry: ghcr.io
189189
username: ${{ github.actor }}

.github/workflows/staging-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ jobs:
214214
uses: sigstore/cosign-installer@main
215215

216216
- name: Login to Docker Hub
217-
uses: docker/login-action@v1
217+
uses: docker/login-action@v2
218218
with:
219219
username: ${{ secrets.DOCKERHUB_USERNAME }}
220220
password: ${{ secrets.DOCKERHUB_TOKEN }}
221221

222222
- name: Login to GitHub Container Registry
223-
uses: docker/login-action@v1
223+
uses: docker/login-action@v2
224224
with:
225225
registry: ghcr.io
226226
username: ${{ github.actor }}

0 commit comments

Comments
 (0)