Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
tweak 4
  • Loading branch information
collinlucke authored Nov 27, 2024
1 parent eadbd00 commit 79e2740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
Start-Process -FilePath "docker" -ArgumentList "login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}" -NoNewWindow
Write-Output "Docker login completed."
- name: Login to Docker Hub
shell: powershell
run: Start-Process -FilePath "docker" -ArgumentList "login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}" -Verb RunAs
# - name: Login to Docker Hub
# shell: powershell
# run: Start-Process -FilePath "docker" -ArgumentList "login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}" -Verb RunAs

- name: Docker Login
run: |
Expand Down

0 comments on commit 79e2740

Please sign in to comment.