Skip to content

Commit

Permalink
Revert TLS changes causing docker build fail (#2937)
Browse files Browse the repository at this point in the history
* Revert TLS changes causing docker build fail

* Update build to push
  • Loading branch information
Geometrically authored Nov 12, 2024
1 parent 42db600 commit 7bb3059
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 233 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/daedalus-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: daedalus-docker-build

on:
push:
branches: [ "main" ]
branches:
- '**'
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus_client/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labrinth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: docker-build

on:
push:
branches: [ "main" ]
branches:
- '**'
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
Expand Down
5 changes: 5 additions & 0 deletions .idea/daedalus.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7bb3059

Please sign in to comment.