Skip to content

Commit

Permalink
Change organization name for the Docker image (#133)
Browse files Browse the repository at this point in the history
* Change organization name for the Docker image

* Bump version
  • Loading branch information
hatchan authored Sep 4, 2023
1 parent fcc74c3 commit 5e793b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
fiberplane/am:v${{ needs.validate-version.outputs.version }}
fiberplane/am:latest
autometrics/am:v${{ needs.validate-version.outputs.version }}
autometrics/am:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1]

- Change Docker Hub organization to `autometrics` (#133)

## [0.4.0]

- Dump logs if prometheus or pushgateway return a non 0 exit code (#122)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autometrics-am"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Fiberplane <[email protected]>"]
description = ""
Expand Down

0 comments on commit 5e793b6

Please sign in to comment.