Skip to content

Commit 3bbad2f

Browse files
authored
Merge pull request #732 from rstudio/fix-bad-content-tag
Fix bad content tag where ".io" is repeated
2 parents 4235ea7 + 10f2973 commit 3bbad2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ target "content-base" {
344344
"ghcr.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os}",
345345
"ghcr.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
346346
"docker.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os}",
347-
"docker.io.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
347+
"docker.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
348348
]
349349

350350
dockerfile = "Dockerfile.${builds.os}"
@@ -366,7 +366,7 @@ target "content-pro" {
366366
"ghcr.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os}",
367367
"ghcr.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
368368
"docker.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os}",
369-
"docker.io.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
369+
"docker.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
370370
]
371371

372372
contexts = {

0 commit comments

Comments
 (0)