Skip to content

Commit 910d77d

Browse files
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#519)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4da7bda commit 910d77d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,12 @@ jobs:
279279
- name: Set up Docker Buildx
280280
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
281281
- name: Login to Docker Hub
282-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 https://github.com/docker/login-action/releases/tag/v3.5.0
282+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 https://github.com/docker/login-action/releases/tag/v3.6.0
283283
with:
284284
username: blinklabs
285285
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
286286
- name: Login to GHCR
287-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 https://github.com/docker/login-action/releases/tag/v3.5.0
287+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 https://github.com/docker/login-action/releases/tag/v3.6.0
288288
with:
289289
username: ${{ github.repository_owner }}
290290
password: ${{ secrets.GITHUB_TOKEN }}
@@ -334,12 +334,12 @@ jobs:
334334
runs-on: ubuntu-latest
335335
steps:
336336
- name: Login to Docker Hub
337-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 https://github.com/docker/login-action/releases/tag/v3.5.0
337+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 https://github.com/docker/login-action/releases/tag/v3.6.0
338338
with:
339339
username: blinklabs
340340
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
341341
- name: Login to GHCR
342-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 https://github.com/docker/login-action/releases/tag/v3.5.0
342+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 https://github.com/docker/login-action/releases/tag/v3.6.0
343343
with:
344344
username: ${{ github.repository_owner }}
345345
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)