Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
tweak 6
  • Loading branch information
collinlucke authored Nov 27, 2024
1 parent 53b277b commit 954869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Docker Login
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
echo "-u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}" --password-stdin
# - name: Verify Docker Hub Login
# shell: powershell
Expand Down

0 comments on commit 954869e

Please sign in to comment.