优化cicd
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.tag }}
|
${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.tag }}
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.vars.outputs.tag }}
|
tag_name: ${{ steps.vars.outputs.tag }}
|
||||||
name: S-UI ${{ steps.vars.outputs.tag }}
|
name: s-ui ${{ steps.vars.outputs.tag }}
|
||||||
target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: release-assets/*
|
files: release-assets/*
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.vars.outputs.tag }}
|
tag_name: ${{ steps.vars.outputs.tag }}
|
||||||
name: S-UI ${{ steps.vars.outputs.tag }}
|
name: s-ui ${{ steps.vars.outputs.tag }}
|
||||||
target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: release-assets/*
|
files: release-assets/*
|
||||||
|
|||||||
Reference in New Issue
Block a user