bug fixed.
This commit is contained in:
55
.github/workflows/build-release-cron.yaml
vendored
55
.github/workflows/build-release-cron.yaml
vendored
@@ -311,19 +311,6 @@ jobs:
|
|||||||
username: ${{ secrets.ALIYUN_REGISTRY_USER }}
|
username: ${{ secrets.ALIYUN_REGISTRY_USER }}
|
||||||
password: ${{ secrets.ALIYUN_REGISTRY_TOKEN }}
|
password: ${{ secrets.ALIYUN_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push For Release
|
|
||||||
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
with:
|
|
||||||
context: ./docker
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: |
|
|
||||||
${{ steps.meta.outputs.labels }}
|
|
||||||
org.opencontainers.image.source=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 }}
|
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
- name: Build and Push For Release With Fika
|
- name: Build and Push For Release With Fika
|
||||||
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
|
||||||
@@ -338,6 +325,34 @@ jobs:
|
|||||||
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 Release
|
||||||
|
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
context: ./docker
|
||||||
|
push: true
|
||||||
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
labels: |
|
||||||
|
${{ steps.meta.outputs.labels }}
|
||||||
|
org.opencontainers.image.source=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 }}
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
|
- name: Build and Push For BEM With Fika
|
||||||
|
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
context: ./docker
|
||||||
|
file: ./docker/Dockerfile-fika
|
||||||
|
push: true
|
||||||
|
tags: ${{ steps.meta-bem-fika.outputs.tags }}
|
||||||
|
labels: |
|
||||||
|
${{ steps.meta-bem-fika.outputs.labels }}
|
||||||
|
org.opencontainers.image.source=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 }}
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
- name: Build and Push For BEM
|
- name: Build and Push For BEM
|
||||||
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
|
||||||
@@ -351,20 +366,6 @@ jobs:
|
|||||||
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 BEM With Fika
|
|
||||||
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
with:
|
|
||||||
context: ./docker
|
|
||||||
file: ./docker/Dockerfile-fika
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: |
|
|
||||||
${{ steps.meta.outputs.labels }}
|
|
||||||
org.opencontainers.image.source=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 }}
|
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
|
|
||||||
build-server-windows:
|
build-server-windows:
|
||||||
needs: [prepare, build-server-linux]
|
needs: [prepare, build-server-linux]
|
||||||
|
|||||||
Reference in New Issue
Block a user