mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-05 09:34:37 +00:00
TU24
This commit is contained in:
BIN
.github/banner.png
vendored
BIN
.github/banner.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 680 KiB After Width: | Height: | Size: 624 KiB |
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'TU24-Dev'
|
||||
paths:
|
||||
- '**'
|
||||
- '!.gitignore'
|
||||
@@ -17,7 +17,7 @@ permissions:
|
||||
packages: write
|
||||
|
||||
concurrency:
|
||||
group: nightly-tu30
|
||||
group: nightly-tu24
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@@ -96,8 +96,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: nightly-tu30
|
||||
name: Project Zenith TU30-Dev
|
||||
tag_name: nightly-tu24
|
||||
name: Project Zenith TU24-Dev
|
||||
body: ${{ env.RELEASE_BODY }}
|
||||
files: |
|
||||
artifacts/*
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
# image_tag="nightly-test"
|
||||
# fi
|
||||
echo "owner=$owner" >> "$GITHUB_OUTPUT"
|
||||
echo "image=ghcr.io/$owner/minecraft-tu30dev-dedicated-server" >> "$GITHUB_OUTPUT"
|
||||
echo "image=ghcr.io/$owner/minecraft-tu24dev-dedicated-server" >> "$GITHUB_OUTPUT"
|
||||
echo "image_tag=$image_tag" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Extract Docker metadata
|
||||
|
||||
Reference in New Issue
Block a user