Skip to content

Commit a4b3a70

Browse files
chore(deps): update docker/login-action action to v3.1.0
1 parent d6e400a commit a4b3a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/docker/login-action
5050
- name: Log into registry ${{ env.REGISTRY }}
5151
if: github.event_name != 'pull_request'
52-
uses: docker/login-action@v3.0.0
52+
uses: docker/login-action@v3.1.0
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)