Skip to content

Commit

Permalink
Update goreleaser and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed May 19, 2023
1 parent 171885f commit 5047090
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '*'
branches:
- main

env:
GO_VERSION: "1.20"
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before:
- go generate ./...

builds:
- main: main.go
- main: ./cmd/run-o11y-run
binary: run-o11y-run
env: [CGO_ENABLED=0]
goos:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download the latest version from the [Releases](https://github.com/krzko/run-o11

`run-o11y-run` is a command-line tool with three simple commands: `start`, `stop`, and `clean`.

- `start`: Starts run-o11y-run containers. You can use the `--registry` flag to specify a Docker Registry. By default, it uses Docker Hub.
- `start`: Starts run-o11y-run containers. You can use the `--registry` flag to specify a Docker Registry. By default, it uses Docker Hub, but if you wish to specifcy your own, use this example
Example: `run-o11y-run start --registry <registry-url>`

- `stop`: Stops run-o11y-run containers.
Expand Down

0 comments on commit 5047090

Please sign in to comment.