Skip to content

Commit aef9936

Browse files
authored
Merge pull request #461 from Automattic/dependabot/github_actions/docker-457c2bfbc2
build(deps): bump docker/login-action from 3.5.0 to 3.6.0 in the docker group
2 parents a9586db + bea2889 commit aef9936

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
99+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
179+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
224+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
302+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
303303
if: steps.changes.outputs.needs_build == 'true'
304304
with:
305305
registry: https://ghcr.io

.github/workflows/ubuntu-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3434

3535
- name: Log in to GitHub Container Registry
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3737
with:
3838
registry: https://ghcr.io
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)