Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 22, 2024
1 parent 7977fd7 commit 700dda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Login as jhudsl-robot
run: |
git config --system --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "itcrtrainingnetwork@gmail.com"
git config --global user.name "jhudsl-robot"
git config --system --add safe.directory "$GITHUB_WORKSPACE"
git config --global user.email "cansav09@gmail.com"
git config --global user.name "cansavvy"
# Set up Docker build
- name: Set up Docker Buildx
Expand Down

0 comments on commit 700dda2

Please sign in to comment.