Merge pull request #1837 from wazuh/bug/2435-docker-4102-packages-failed-to-be-published

Updated docker/login-action module
This commit is contained in:
Gonzalo Acuña
2025-05-22 15:10:18 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -111,7 +111,7 @@ jobs:
ref: ${{ inputs.docker_reference }} ref: ${{ inputs.docker_reference }}
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v4 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }} password: ${{ secrets.DOCKERHUB_PASSWORD }}
+1 -1
View File
@@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- None - Updated docker/login-action module ([#1837](https://github.com/wazuh/wazuh-docker/pull/1837))
### Deleted ### Deleted