Skip to content

Commit

Permalink
Just push the docker folder
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 28, 2023
1 parent 9dffd01 commit 98034e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,14 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
tool-cache: false

- name: Push to main
run: |
git config user.name github-actions
git config user.email [email protected]
git add --force skema/text_reading/scala/webapp/target/*
git add --force skema/text_reading/scala/webapp/target/docker/*
git commit --message="generated text-reading"
git push
Expand Down

0 comments on commit 98034e0

Please sign in to comment.