Skip to content

Commit

Permalink
Fix workshop publishing targets to match GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed May 8, 2024
1 parent 886d177 commit b81664f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions workshops/lab-installing-educates/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ spec:
title: "Installing Educates"
description: "Overview of installing Educates using the CLI."
publish:
image: "$(image_repository)/lab-installing-educates-files:$(workshop_version)"
image: $(image_repository)/labs-educates-showcase/lab-installing-educates-files:$(workshop_version)
workshop:
files:
- image:
url: "$(image_repository)/lab-installing-educates-files:$(workshop_version)"
url: "$(image_repository)/labs-educates-showcase/lab-installing-educates-files:$(workshop_version)"
includePaths:
- /workshop/**
- /exercises/**
Expand Down
10 changes: 6 additions & 4 deletions workshops/lab-multiple-clusters/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ metadata:
spec:
title: "Multiple Clusters"
description: "Overview of working with multiple clusters."
duration: 30m
publish:
image: $(image_repository)/labs-educates-showcase/lab-multiple-clusters-files:$(workshop_version)
workshop:
files:
- image:
url: "$(image_repository)/labs-educates-showcase-files:latest"
url: "$(image_repository)/labs-educates-showcase/lab-multiple-clusters-files:$(workshop_version)"
includePaths:
- /workshops/lab-multiple-clusters/resources/**
- /workshops/lab-multiple-clusters/workshop/**
newRootPath: workshops/lab-multiple-clusters
- /resources/**
- /workshop/**
- http:
url: https://github.com/loft-sh/vcluster/releases/download/v0.14.2/vcluster-linux-amd64
path: bin
Expand Down
4 changes: 2 additions & 2 deletions workshops/lab-workshop-authoring/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ spec:
title: "Workshop Authoring"
description: "Overview of authoring workshops for Educates."
publish:
image: "$(image_repository)/lab-workshop-authoring-files:$(workshop_version)"
image: $(image_repository)/labs-educates-showcase/lab-workshop-authoring-files:$(workshop_version)
workshop:
files:
- image:
url: "$(image_repository)/lab-workshop-authoring-files:$(workshop_version)"
url: "$(image_repository)/labs-educates-showcase/lab-workshop-authoring-files:$(workshop_version)"
includePaths:
- /workshop/**
- /exercises/**
Expand Down

0 comments on commit b81664f

Please sign in to comment.