Skip to content

Commit

Permalink
correct org name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jan 26, 2024
1 parent c934d05 commit 3cb072e
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -95,7 +95,7 @@ jobs:
id: "meta"
uses: "docker/metadata-action@v4"
with:
images: "subconsciousnetworks/nomad-otel-metrics-scraper"
images: "subconsciousnetwork/nomad-otel-metrics-scraper"

- name: "Build and push Docker image"
uses: "docker/build-push-action@v3"
Expand All @@ -104,5 +104,5 @@ jobs:
file: ./Dockerfile
platforms: ${{ matrix.platforms }}
push: true
tags: ghcr.io/subconsciousnetworks/nomad-otel-metrics-scraper:latest,ghcr.io/subconsciousnetworks/nomad-otel-metrics-scraper:v${{ needs.get-tag.outputs.pkg-version }}
tags: ghcr.io/subconsciousnetwork/nomad-otel-metrics-scraper:latest,ghcr.io/subconsciousnetwork/nomad-otel-metrics-scraper:v${{ needs.get-tag.outputs.pkg-version }}
labels: ${{ steps.meta.outputs.labels }}
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 = "nomad-otel-metrics-scraper"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 3cb072e

Please sign in to comment.