Skip to content

Commit d0ff213

Browse files
authored
Merge pull request #38 from buildbarn/imagenames
Update backend image name
2 parents d149a39 + eecf1e6 commit d0ff213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/com_buildbarn_bb_storage/base_image.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ index e4aa679..4900487 100644
4444
name = name,
4545
image = image,
4646
- repository = "ghcr.io/buildbarn/" + component,
47-
+ repository = "ghcr.io/buildbarn/" + component + "/backend",
47+
+ repository = "ghcr.io/buildbarn/" + component + "-backend",
4848
remote_tags = "@com_github_buildbarn_bb_storage//tools:stamped_tags",
4949
)

0 commit comments

Comments
 (0)