Skip to content

Commit

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

- name: Tag Docker Image
shell: powershell
run: docker tag baphomet-server:latest collinlucke/baphomet-server:latest
run: |
Start-Process -FilePath "docker" -ArgumentList "tag baphomet-server:latest collinlucke/baphomet-server:latest" -Verb RunAs
- name: Push Docker Images with Logging
shell: powershell
Expand Down

0 comments on commit e38b498

Please sign in to comment.