1
0

Revert TLS changes causing docker build fail (#2937)

* Revert TLS changes causing docker build fail

* Update build to push
This commit is contained in:
Geometrically
2024-11-11 18:31:06 -08:00
committed by GitHub
parent 42db6001ed
commit 7bb3059cd9
7 changed files with 148 additions and 234 deletions

View File

@@ -2,7 +2,8 @@ name: daedalus-docker-build
on:
push:
branches: [ "main" ]
branches:
- '**'
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus_client/**'

View File

@@ -2,7 +2,8 @@ name: docker-build
on:
push:
branches: [ "main" ]
branches:
- '**'
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'