1 Star 0 Fork 0

刘小东/prometheus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
release.yml 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
cuisongliu 提交于 5年前 . v0.31.1
name: Release
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: |
git clone https://github.com/sealstore/sealbuild.git build
cd build
export GO111MODULE=on && export GOPROXY=https://goproxy.io && export GOOS=linux && export GOARCH=amd64 && go build -o ../sealbuild -v && chmod a+x ../sealbuild
cd ../ && ./sealbuild -f config.ini
- name: Create Release
uses: JasonEtco/upload-to-release@master
with:
args: prometheus.tar application/x-compressed-tar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxd/sealstore-prometheus.git
git@gitee.com:liuxd/sealstore-prometheus.git
liuxd
sealstore-prometheus
prometheus
master

搜索帮助