Skip to content

Commit

Permalink
Merge pull request #38 from buildbarn/imagenames
Browse files Browse the repository at this point in the history
Update backend image name
  • Loading branch information
mortenmj authored Oct 16, 2024
2 parents d149a39 + eecf1e6 commit d0ff213
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 d0ff213

Please sign in to comment.