Skip to content

Commit 4cae201

Browse files
build(deps): bump docker/login-action in the docker group
Bumps the docker group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38f14db commit 4cae201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: steps.changes.outputs.needs_build == 'true'
9797

9898
- name: Log in to GitHub Docker Registry
99-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
100100
if: steps.changes.outputs.needs_build == 'true'
101101
with:
102102
registry: https://ghcr.io
@@ -176,7 +176,7 @@ jobs:
176176
fi
177177
178178
- name: Log in to GitHub Docker Registry
179-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
179+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
180180
with:
181181
registry: https://ghcr.io
182182
username: ${{ github.actor }}}
@@ -221,7 +221,7 @@ jobs:
221221
fi
222222
223223
- name: Log in to GitHub Docker Registry
224-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
224+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
225225
with:
226226
registry: https://ghcr.io
227227
username: ${{ github.actor }}}
@@ -299,7 +299,7 @@ jobs:
299299
if: steps.changes.outputs.needs_build == 'true'
300300

301301
- name: Log in to GitHub Docker Registry
302-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
302+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
303303
if: steps.changes.outputs.needs_build == 'true'
304304
with:
305305
registry: https://ghcr.io

0 commit comments

Comments
 (0)