mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 17:42:50 +08:00
添加 deploy 部署脚本
优化应用易用性
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -60,8 +60,8 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
#cache-from: type=gha,mode=max
|
||||
#cache-to: type=gha,mode=max
|
||||
cache-from: type=gha,scope=anylink
|
||||
cache-to: type=gha,mode=max,scope=anylink
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
#platforms: linux/amd64,linux/arm64
|
||||
@@ -77,6 +77,11 @@ jobs:
|
||||
run: bash release.sh
|
||||
|
||||
- name: Release
|
||||
# https://github.com/ncipollo/release-action
|
||||
# artifacts: bin/release/*
|
||||
# generateReleaseNotes: true
|
||||
# draft: true
|
||||
# https://github.com/softprops/action-gh-release
|
||||
uses: softprops/action-gh-release@v1
|
||||
#if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
|
Reference in New Issue
Block a user