Skip to content

Commit b4b209e

Browse files
Bump docker/login-action from 4.2.0 to 4.4.0 (#1672)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4ea2d6 commit b4b209e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
6464
with:
6565
platforms: linux/amd64
66-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
66+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
6767
with:
6868
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6969
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
107107
with:
108108
platforms: linux/arm64
109-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
109+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
110110
with:
111111
username: ${{ secrets.DOCKER_HUB_USERNAME }}
112112
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147
component: ${{ fromJSON(needs.define-matrix.outputs.components) }}
148148
steps:
149149
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
150-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
150+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
151151
with:
152152
username: ${{ secrets.DOCKER_HUB_USERNAME }}
153153
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)