Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulyaWeerakoon authored Jul 5, 2024
1 parent d03b6f4 commit cac6f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
PFX_CERTIFICATE_BASE64: ${{ secrets.HIVESPHERE_CERTIFICATE }}
PFX_CERTIFICATE_PASSWORD: ${{ secrets.HIVESPHERE_CERTIFICATE_PASSWORD }}
run: |
mkdir /cert
echo "$PFX_CERTIFICATE_BASE64" | base64 --decode > /cert/certificate.pfx
echo "$PFX_CERTIFICATE_PASSWORD" > /cert/certificate_password.txt
sudo mkdir /cert
sudo echo "$PFX_CERTIFICATE_BASE64" | base64 --decode > /cert/certificate.pfx
sudo echo "$PFX_CERTIFICATE_PASSWORD" > /cert/certificate_password.txt
- name: Build Docker Image
run: docker build -t atleebugs/exam-registration-uoj -f ExamRegistrationUoJ/Dockerfile .
- name: Push to Dockerhub
Expand Down

0 comments on commit cac6f3f

Please sign in to comment.