Skip to content

Commit

Permalink
Tweak 12
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 27, 2024
1 parent bedf119 commit b8f5249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Start-Process -FilePath "docker-compose" -ArgumentList "-f docker-compose.yml build" -Verb RunAs
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
shell: powershell
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 -Verb RunAs
- name: Build Docker Images w/ Elevated Privileges
shell: powershell
run: Start-Process -FilePath "powershell.exe" -ArgumentList "-Command ./build-docker-image.ps1"

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

0 comments on commit b8f5249

Please sign in to comment.