diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 906829a..3ac5a81 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -12,6 +12,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + github-server-url: https://gitea.mydomain.com + repository: ${{ github.repository }} + ref: ${{ github.ref }} + - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 diff --git a/compose.yaml b/compose.yaml index 0762ec7..f685e9d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,6 +43,7 @@ services: MEMORY: 6G SEED: "-1412583731547517931" + MOTD: "Harmitcraft Season 4!" ENABLE_AUTOPAUSE: true