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