Skip to content

Commit 35dba33

Browse files
chore(deps): update docker/login-action action to v2.2.0 (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07e2024 commit 35dba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
26+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)