Skip to content

Commit

Permalink
Tweak 11
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 27, 2024
1 parent f87e21e commit bedf119
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 @@ -47,7 +47,7 @@ jobs:
run: Start-Process -FilePath "powershell.exe" -ArgumentList "-Command ./verify-docker-login.ps1" -Verb RunAs

- name: Build Docker Images
run: docker-compose -f docker-compose.yml build
run: docker-compose -f docker-compose.yml build -Verb RunAs

- name: Tag Docker Image with Elevated Privileges
shell: powershell
Expand Down

0 comments on commit bedf119

Please sign in to comment.