Skip to content

Commit

Permalink
fix repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
kkowalski-reef committed Sep 20, 2024
1 parent 93e1446 commit b3d5ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/executor_cd_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'deploy-executor-preprod'

env:
STAGING_DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor-staging"
STAGING_DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor-staging-tryagain"
TAG_VERSION: "v0-preprod"
DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor"
DIST_VERSION_PREFIX: "executor-preprod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/executor_cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'deploy-executor-prod'

env:
STAGING_DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor-staging"
STAGING_DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor-staging-tryagain"
TAG_VERSION: "v0-latest"
DOCKER_REPO_NAME: "kkowalskireef/compute-horde-executor"
DIST_VERSION_PREFIX: "executor-prod"
Expand Down

0 comments on commit b3d5ebd

Please sign in to comment.