Skip to content

Commit

Permalink
Add push command
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang89 committed Sep 23, 2024
1 parent e4956ae commit 8ed9d3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ tasks:
cmds:
- docker buildx build --platform linux/amd64 --load -t registry.smtx.io/fanyang/metric-collector:x86_64 -f Dockerfile bin/linux-amd64
- docker buildx build --platform linux/arm64 --load -t registry.smtx.io/fanyang/metric-collector:arm64 -f Dockerfile bin/linux-arm64

push:
deps:
- docker
cmds:
- docker push registry.smtx.io/fanyang/metric-collector:x86_64
- docker push registry.smtx.io/fanyang/metric-collector:arm64

0 comments on commit 8ed9d3b

Please sign in to comment.