Skip to content

Commit 6b25cb1

Browse files
authored
Merge pull request #733 from rstudio/fix-waml-push
Fix failing bake push for Workbench for Microsoft Azure ML
2 parents 3bbad2f + 20d4863 commit 6b25cb1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/build-bake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
cancel-in-progress: true
268268

269269
env:
270-
target: waml-images
270+
target: workbench-for-microsoft-azure-ml
271271

272272
steps:
273273
- name: Checkout

docker-bake.hcl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,6 @@ group "content-images" {
204204
]
205205
}
206206

207-
group "waml-images" {
208-
targets = [
209-
"build-workbench-for-microsoft-azure-ml",
210-
"scan-workbench-for-microsoft-azure-ml",
211-
"workbench-for-microsoft-azure-ml",
212-
]
213-
}
214-
215207
### Base Image targets ###
216208
target "base" {
217209
labels = {

0 commit comments

Comments
 (0)