Skip to content

Commit

Permalink
Revert 'Switch username for testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
someone13574 committed Nov 4, 2024
1 parent 28a7c59 commit c27f817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: someone13574/rust-mkl
IMAGE_NAME: rust-math/rust-mkl

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() -> Result<()> {
let lib = Library::new(cfg)?;
let (year, _, update) = lib.version()?;
let name = ImageName::parse(&format!(
"ghcr.io/someone13574/rust-mkl/{}/{}:{}.{}-{}",
"ghcr.io/rust-math/rust-mkl/{}/{}:{}.{}-{}",
std::env::consts::OS,
cfg,
year,
Expand Down

0 comments on commit c27f817

Please sign in to comment.