Skip to content

Commit

Permalink
Fix errors for new repo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Apr 3, 2024
1 parent 8128fed commit ccac141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
REGISTRY: ghcr.io
DOCKER_IMAGE_NAME: glaciation-heu/workload-stress
DOCKER_IMAGE_NAME: hiro-microdatacenters-bv/workload-stress

jobs:
build_web:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description = "Workload for stress testing"
readme = "README.md"
authors = ["HIRO-MicroDataCenters <[email protected]>"]
license = "MIT"
repository = "https://github.com/glaciation-heu/workload-stress"
homepage = "https://github.com/glaciation-heu/workload-stress"
repository = "https://github.com/hiro-microdatacenters-bv/workload-stress"
homepage = "https://github.com/hiro-microdatacenters-bv/workload-stress"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit ccac141

Please sign in to comment.