Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood authored May 7, 2024
2 parents 24d607b + 71ba641 commit 34fcbf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
cancel-in-progress: true

env:
target: waml-images
target: workbench-for-microsoft-azure-ml
GIT_SHA: ${{ needs.setup.outputs.GIT_SHA }}

steps:
Expand Down
12 changes: 2 additions & 10 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,6 @@ group "content-images" {
]
}

group "waml-images" {
targets = [
"build-workbench-for-microsoft-azure-ml",
"scan-workbench-for-microsoft-azure-ml",
"workbench-for-microsoft-azure-ml",
]
}

### Base Image targets ###
target "base" {
labels = {
Expand Down Expand Up @@ -364,7 +356,7 @@ target "content-base" {
"ghcr.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os}",
"ghcr.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
"docker.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os}",
"docker.io.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
"docker.io/rstudio/content-base:r${builds.r}-py${builds.py}-${builds.os_alt}",
]

dockerfile = "Dockerfile.${builds.os}"
Expand All @@ -386,7 +378,7 @@ target "content-pro" {
"ghcr.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os}",
"ghcr.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
"docker.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os}",
"docker.io.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
"docker.io/rstudio/content-pro:r${builds.r}-py${builds.py}-${builds.os_alt}",
]

contexts = {
Expand Down

0 comments on commit 34fcbf9

Please sign in to comment.