Skip to content

Commit

Permalink
add keychain unlock to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu authored Nov 1, 2024
1 parent 9a3e831 commit c280915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Unlock keychain
run: security unlock-keychain -p ${{ secrets.mac_password }}
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit c280915

Please sign in to comment.