Skip to content

Commit

Permalink
Update publish instructions
Browse files Browse the repository at this point in the history
It no longer uses a make command but publishes using a GitHub Actions
workflow.

[skip ci]
  • Loading branch information
tombruijn committed Oct 3, 2024
1 parent 7122b59 commit 6a440c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ The reported metrics can also be used to create custom dashboards through the [D

To publish a new release, follow these steps:

- Tag a new release in Git: `git tag vx.x.x`
- Run the publish task: `make push`
- Trigger a new workflow via this [workflow](https://github.com/appsignal/appsignal-kubernetes/actions/workflows/publish_release.yaml).

The last tag will used as the new version published to the [appsignal/appsignal-kubernetes](https://hub.docker.com/repository/docker/appsignal/appsignal-kubernetes/tags) image on Docker Hub.

Expand Down

0 comments on commit 6a440c8

Please sign in to comment.