Skip to content

Commit

Permalink
Merge pull request #86 from buildbarn/bugfix/containerRegistry
Browse files Browse the repository at this point in the history
fix container registry
  • Loading branch information
trey-ivy authored Feb 18, 2025
2 parents 46d807b + e5eb7e9 commit 19cb077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/com_buildbarn_bb_storage/base_image.diff
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ index e4aa679..4900487 100644
name = name,
image = image,
- repository = "ghcr.io/buildbarn/" + component,
+ repository = "artifactory.stackav.io/docker/buildbarn/eie/" + component + "-backend",
+ repository = "ghcr.io/buildbarn/" + component + "-backend",
remote_tags = "@com_github_buildbarn_bb_storage//tools:stamped_tags",
)

0 comments on commit 19cb077

Please sign in to comment.