Skip to content

Commit

Permalink
fix (CI/CD) [MASTER] Update
Browse files Browse the repository at this point in the history
Signed-off-by: Teclit <[email protected]>
  • Loading branch information
Teclit committed Sep 1, 2024
1 parent 66254ad commit 975566f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ jobs:
uses: actions/checkout@v3

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | /usr/bin/docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Extract Git metadata
id: vars
Expand Down

0 comments on commit 975566f

Please sign in to comment.