Skip to content

Commit

Permalink
Git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Nov 29, 2023
1 parent 252efc5 commit cb57d08
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Git credentials
run: |
echo "https://${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}:@github.com" > $HOME/.git-credentials git config
credential.helper store
- name: Build and push images
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit cb57d08

Please sign in to comment.