Skip to content

Commit

Permalink
Merge pull request #733 from rstudio/fix-waml-push
Browse files Browse the repository at this point in the history
Fix failing bake push for Workbench for Microsoft Azure ML
  • Loading branch information
ianpittwood committed Apr 23, 2024
2 parents 3bbad2f + 20d4863 commit 6b25cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
cancel-in-progress: true

env:
target: waml-images
target: workbench-for-microsoft-azure-ml

steps:
- name: Checkout
Expand Down
8 changes: 0 additions & 8 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,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

0 comments on commit 6b25cb1

Please sign in to comment.