1 Commits
6.3 ... 6.4

Author SHA1 Message Date
f8b4936951 Fix Version in release title
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 7m25s
2026-04-05 14:20:52 +02:00

View File

@@ -55,7 +55,7 @@ jobs:
- name: Build and Push Container image for the Server - name: Build and Push Container image for the Server
run: | run: |
docker login ${IMAGE_URL} --username gitAutomationBot --password ${{ secrets.BOT_TOKEN }} docker login ${IMAGE_URL} --username gitAutomationBot --password ${{ secrets.BOT_TOKEN }}
docker build -t ${IMAGE_URL}:${{ github.ref_name }} --network host /out/server docker build -t ${IMAGE_URL}:${{ github.ref_name }} /out/server
docker tag ${IMAGE_URL}:${{ github.ref_name }} ${IMAGE_URL}:latest docker tag ${IMAGE_URL}:${{ github.ref_name }} ${IMAGE_URL}:latest
docker push ${IMAGE_URL}:${{ github.ref_name }} docker push ${IMAGE_URL}:${{ github.ref_name }}
docker push ${IMAGE_URL}:latest docker push ${IMAGE_URL}:latest
@@ -79,7 +79,7 @@ jobs:
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
if: ${{ failure() || success() }} if: ${{ failure() || success() }}
with: with:
name: "Version ${{ github.ref_name }} (${{ steps.config.outputs.version }})" name: "Version ${{ github.ref_name }}"
body: > body: >
Modpack Server container image: `${{ steps.config.outputs.image_path }}/${{ steps.config.outputs.image_name }}:${{ github.ref_name }}` Modpack Server container image: `${{ steps.config.outputs.image_path }}/${{ steps.config.outputs.image_name }}:${{ github.ref_name }}`
files: |- files: |-