Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 7bb3059

Browse files
Revert TLS changes causing docker build fail (modrinth#2937)
* Revert TLS changes causing docker build fail * Update build to push
1 parent 42db600 commit 7bb3059

File tree

7 files changed

+147
-233
lines changed

7 files changed

+147
-233
lines changed

.github/workflows/daedalus-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: daedalus-docker-build
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- '**'
67
paths:
78
- .github/workflows/daedalus-docker.yml
89
- 'apps/daedalus_client/**'

.github/workflows/labrinth-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: docker-build
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- '**'
67
paths:
78
- .github/workflows/labrinth-docker.yml
89
- 'apps/labrinth/**'

.idea/daedalus.iml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)