2 Commits

Author SHA1 Message Date
aledjones ca52175fb0 .github/workflows/main.yml aktualisiert
Docker / test (push) Failing after 2m5s
Docker / Publish to Docker Hub (push) Has been skipped
2024-06-01 12:01:56 +02:00
aledjones 41b5338b91 README.md aktualisiert 2024-06-01 11:54:18 +02:00
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: Docker
on: on:
push: push:
branches: master branches:
- master
- test
pull_request: pull_request:
env: env:
+1
View File
@@ -20,6 +20,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
- 5060:5060 - 5060:5060
- ...
``` ```
## Planned features ## Planned features