Skip to content

Commit 083b7b6

Browse files
authored
Merge pull request #1837 from wazuh/bug/2435-docker-4102-packages-failed-to-be-published
Updated docker/login-action module
2 parents 13090a5 + 1c9e8b2 commit 083b7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
### Fixed
1515

16-
- None
16+
- Updated docker/login-action module ([#1837](https://github.com/wazuh/wazuh-docker/pull/1837))
1717

1818
### Deleted
1919

0 commit comments

Comments
 (0)