Skip to content

Commit b154150

Browse files
committed
Update docker/login-action action to v3.2.0
1 parent 573086e commit b154150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Docker Login
2727
# You may pin to the exact commit or the version.
2828
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
29-
uses: docker/login-action@v3.1.0
29+
uses: docker/login-action@v3.2.0
3030
with:
3131
# Username used to log against the Docker registry
3232
username: ${{ secrets.DOCKER_USER }}

0 commit comments

Comments
 (0)