Skip to content

Commit 6a35d40

Browse files
Update docker/login-action action to v2.2.0
1 parent 08ab2ed commit 6a35d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Login to docker registry
4949
if: ${{ github.event_name != 'pull_request' }}
50-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
50+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
5151
with:
5252
registry: docker.pkg.github.com
5353
username: ${{ github.actor }}

0 commit comments

Comments
 (0)