Compare commits
2 Commits
7f26872c7e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
306cc35d62
|
|||
| 84795ddb5f |
@@ -12,6 +12,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
github-server-url: https://gitea.marijndoeve.nl
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ services:
|
|||||||
MEMORY: 6G
|
MEMORY: 6G
|
||||||
|
|
||||||
SEED: "-1412583731547517931"
|
SEED: "-1412583731547517931"
|
||||||
|
MOTD: "Harmitcraft Season 4!"
|
||||||
|
|
||||||
ENABLE_AUTOPAUSE: true
|
ENABLE_AUTOPAUSE: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user