refactor: Update Docker image versions and artifact upload actions
This commit is contained in:
parent
f44b251288
commit
1dcfad5695
3 changed files with 21 additions and 22 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
# paths:
|
||||
# - ".github/workflows/docker.yml"
|
||||
workflow_run:
|
||||
workflows: ["Build Linux Dev"]
|
||||
workflows: ["Build Linux Artifacts"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/build-linux.yml
vendored
1
.github/workflows/build-linux.yml
vendored
|
|
@ -30,7 +30,6 @@ jobs:
|
|||
REGION: na-siliconvalley
|
||||
run: |
|
||||
/python3/venv/bin/coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION
|
||||
echo "hello world" > /data/hello.txt
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
40
.github/workflows/build-macos.yml
vendored
40
.github/workflows/build-macos.yml
vendored
|
|
@ -108,27 +108,27 @@ jobs:
|
|||
mv dist/release/yao-$VERSION-dev-darwin-arm64 dist/release/yao-$VERSION-unstable-darwin-arm64
|
||||
mv dist/release/yao-$VERSION-dev-darwin-amd64 dist/release/yao-$VERSION-unstable-darwin-amd64
|
||||
|
||||
- name: Push arm64 To Silicon Valley
|
||||
uses: TencentCloud/cos-action@v1
|
||||
with:
|
||||
secret_id: ${{ secrets.COS_ID }}
|
||||
secret_key: ${{ secrets.COS_KEY }}
|
||||
cos_bucket: release-sv-1252011659
|
||||
cos_region: na-siliconvalley
|
||||
local_path: dist/release/yao-${{ env.VERSION }}-unstable-darwin-arm64
|
||||
remote_path: /archives/yao-${{ env.VERSION }}-unstable-darwin-arm64
|
||||
clean: false
|
||||
# - name: Push arm64 To Silicon Valley
|
||||
# uses: TencentCloud/cos-action@v1
|
||||
# with:
|
||||
# secret_id: ${{ secrets.COS_ID }}
|
||||
# secret_key: ${{ secrets.COS_KEY }}
|
||||
# cos_bucket: release-sv-1252011659
|
||||
# cos_region: na-siliconvalley
|
||||
# local_path: dist/release/yao-${{ env.VERSION }}-unstable-darwin-arm64
|
||||
# remote_path: /archives/yao-${{ env.VERSION }}-unstable-darwin-arm64
|
||||
# clean: false
|
||||
|
||||
- name: Push amd64 To Silicon Valley
|
||||
uses: TencentCloud/cos-action@v1
|
||||
with:
|
||||
secret_id: ${{ secrets.COS_ID }}
|
||||
secret_key: ${{ secrets.COS_KEY }}
|
||||
cos_bucket: release-sv-1252011659
|
||||
cos_region: na-siliconvalley
|
||||
local_path: dist/release/yao-${{ env.VERSION }}-unstable-darwin-amd64
|
||||
remote_path: /archives/yao-${{ env.VERSION }}-unstable-darwin-amd64
|
||||
clean: false
|
||||
# - name: Push amd64 To Silicon Valley
|
||||
# uses: TencentCloud/cos-action@v1
|
||||
# with:
|
||||
# secret_id: ${{ secrets.COS_ID }}
|
||||
# secret_key: ${{ secrets.COS_KEY }}
|
||||
# cos_bucket: release-sv-1252011659
|
||||
# cos_region: na-siliconvalley
|
||||
# local_path: dist/release/yao-${{ env.VERSION }}-unstable-darwin-amd64
|
||||
# remote_path: /archives/yao-${{ env.VERSION }}-unstable-darwin-amd64
|
||||
# clean: false
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue