Skip to content

Commit

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

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

Expand Down

0 comments on commit 5737666

Please sign in to comment.