bug fixed.
This commit is contained in:
11
.github/workflows/build-nightly-cron.yaml
vendored
11
.github/workflows/build-nightly-cron.yaml
vendored
@@ -473,7 +473,7 @@ jobs:
|
|||||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||||
platforms: linux,amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
- name: Build and Push with Fika Server
|
- name: Build and Push with Fika Server
|
||||||
id: build-and-push-with-fika
|
id: build-and-push-with-fika
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -487,7 +487,7 @@ jobs:
|
|||||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||||
platforms: linux,amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
update-trigger-and-push:
|
update-trigger-and-push:
|
||||||
needs: [prepare, build-server-windows, build-docker-image-multi-arch]
|
needs: [prepare, build-server-windows, build-docker-image-multi-arch]
|
||||||
@@ -539,13 +539,6 @@ jobs:
|
|||||||
name: ${{ needs.build-fika-server.outputs.FIKA_ARTIFACT }}
|
name: ${{ needs.build-fika-server.outputs.FIKA_ARTIFACT }}
|
||||||
path: fika
|
path: fika
|
||||||
|
|
||||||
- name: List Release Contents
|
|
||||||
run: |
|
|
||||||
ls -R windows
|
|
||||||
echo "========================="
|
|
||||||
ls -R linux
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Compress Releases
|
- name: Compress Releases
|
||||||
id: compress-release
|
id: compress-release
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
11
.github/workflows/build-release-cron.yaml
vendored
11
.github/workflows/build-release-cron.yaml
vendored
@@ -391,7 +391,7 @@ jobs:
|
|||||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||||
platforms: linux.amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
- name: Build and Push For Latest
|
- name: Build and Push For Latest
|
||||||
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -404,7 +404,7 @@ jobs:
|
|||||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||||
platforms: linux.amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
assemble-and-publish:
|
assemble-and-publish:
|
||||||
needs: [prepare, build-server-windows, build-server-linux, build-docker-image-multi-arch]
|
needs: [prepare, build-server-windows, build-server-linux, build-docker-image-multi-arch]
|
||||||
@@ -441,13 +441,6 @@ jobs:
|
|||||||
name: ${{ needs.build-server-linux.outputs.LINUX_ARTIFACT }}
|
name: ${{ needs.build-server-linux.outputs.LINUX_ARTIFACT }}
|
||||||
path: linux
|
path: linux
|
||||||
|
|
||||||
- name: List Release Contents
|
|
||||||
run: |
|
|
||||||
ls -R windows
|
|
||||||
echo "========================="
|
|
||||||
ls -R linux
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Compress Releases
|
- name: Compress Releases
|
||||||
id: compress-release
|
id: compress-release
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user