Skip to content

Commit

Permalink
Update backend image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed Oct 16, 2024
1 parent 8a037e0 commit eecf1e6
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 = "ghcr.io/buildbarn/" + component + "/backend",
+ repository = "ghcr.io/buildbarn/" + component + "-backend",
remote_tags = "@com_github_buildbarn_bb_storage//tools:stamped_tags",
)

0 comments on commit eecf1e6

Please sign in to comment.