Skip to content

Commit

Permalink
ci: collector-gin
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzc19 committed Jul 5, 2024
1 parent 4f6822a commit f97de45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collector-gin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: 'Build and push docker image'
uses: docker/build-push-action@v5
with:
context: v-demo/shortlink
file: v-demo/shortlink/Dockerfile
context: v-demo/collector/collector-gin
file: v-demo/collector/collector-gin/Dockerfile
platforms: |
linux/amd64
linux/arm64
Expand Down
3 changes: 3 additions & 0 deletions v-demo/collector/collector-gin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# collector-gin

使用gin框架编写的简单`收数`服务

0 comments on commit f97de45

Please sign in to comment.