Skip to content

Commit

Permalink
Update deploy workflow and fix issues in dockerfile (#2573)
Browse files Browse the repository at this point in the history
* copy all required yarn files for deps install

* ci: added docker caching and combine build steps

* added dependabot config for github actions

* ci: Switch GDC deployment to production branch

closes #2545

* fix build issues

* skip yarn cache checks in docker
  • Loading branch information
sainak authored May 29, 2022
1 parent b3f80b9 commit 12705b5
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 132 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ updates:
labels:
- "yarn"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "tomahawk_pilot"
labels:
- "ci"
- "dependencies"
Loading

0 comments on commit 12705b5

Please sign in to comment.