Skip to content

Commit

Permalink
Merge pull request #17 from RianIhsan/feature/midtrans-create-transac…
Browse files Browse the repository at this point in the history
…tion

fix:typo script
  • Loading branch information
RianIhsan authored Oct 28, 2023
2 parents e2f6a59 + 7ddf498 commit 0fdbbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
-e SMTP_PASS=${{ secrets.SMTP_PASS }} \
-e SMTP_USER=${{ secrets.SMTP_USER }} \
-e SMTP_PORT=${{ secrets.SMTP_PORT }} \
-e MSERVER=${{ secrets.MSERVER }}
-e MCLIENT=${{ secrets.MCLIENT}
-e MSERVER=${{ secrets.MSERVER }} \
-e MCLIENT=${{ secrets.MCLIENT }} \
${{ secrets.DOCKERHUB_USERNAME }}/yondev

0 comments on commit 0fdbbff

Please sign in to comment.