Skip to content

Commit a59789e

Browse files
committed
Updated docker/login-action module
1 parent 13090a5 commit a59789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Procedure_push_docker_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
ref: ${{ inputs.docker_reference }}
112112

113113
- name: Log in to Docker Hub
114-
uses: docker/login-action@v4
114+
uses: docker/login-action@v3
115115
with:
116116
username: ${{ secrets.DOCKERHUB_USERNAME }}
117117
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)