Skip to content

Commit 1a8a85f

Browse files
build(deps): bump docker/login-action in the all-dependencies group
Bumps the all-dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2e9c88 commit 1a8a85f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ jobs:
139139

140140
- name: tools - docker - login ghcr.io
141141
if: ${{ env.build_push == 'true' }}
142-
uses: docker/login-action@v4.5.2
142+
uses: docker/login-action@v4.6.0
143143
with:
144144
registry: ghcr.io
145145
username: ${{ github.actor }}
146146
password: ${{ secrets.ES_GITHUB_PAT }}
147147

148148
- name: tools - docker - login docker.io
149149
if: ${{ env.build_push == 'true' }}
150-
uses: docker/login-action@v4.5.2
150+
uses: docker/login-action@v4.6.0
151151
with:
152152
registry: docker.io
153153
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
@@ -190,14 +190,14 @@ jobs:
190190
uses: actions/checkout@v7
191191

192192
- name: tools - docker - login ghcr.io
193-
uses: docker/login-action@v4.5.2
193+
uses: docker/login-action@v4.6.0
194194
with:
195195
registry: ghcr.io
196196
username: ${{ github.actor }}
197197
password: ${{ secrets.ES_GITHUB_PAT }}
198198

199199
- name: tools - docker - login docker.io
200-
uses: docker/login-action@v4.5.2
200+
uses: docker/login-action@v4.6.0
201201
with:
202202
registry: docker.io
203203
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}
@@ -231,14 +231,14 @@ jobs:
231231
full_version: ${{ needs.discovery.outputs.full_version }}
232232
steps:
233233
- name: tools - docker - login ghcr.io
234-
uses: docker/login-action@v4.5.2
234+
uses: docker/login-action@v4.6.0
235235
with:
236236
registry: ghcr.io
237237
username: ${{ github.actor }}
238238
password: ${{ secrets.ES_GITHUB_PAT }}
239239

240240
- name: tools - docker - login docker.io
241-
uses: docker/login-action@v4.5.2
241+
uses: docker/login-action@v4.6.0
242242
with:
243243
registry: docker.io
244244
username: ${{ secrets.ES_DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)