Skip to content

Commit

Permalink
Attempt to fix git push issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Feb 13, 2024
1 parent 5737666 commit 67161c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ jobs:
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git lfs push --all origin
git lfs push --all origin master
git push origin master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down Expand Up @@ -352,7 +353,8 @@ jobs:
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git lfs push --all origin
git lfs push --all origin master
git push origin master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit 67161c2

Please sign in to comment.