Skip to content

Commit

Permalink
Missing workshop version variable in workshop templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 10, 2023
1 parent 3220291 commit 1b57845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- end }}
files:
- image:
url: "$(image_repository)/{{ .WorkshopName }}-files:latest"
url: "$(image_repository)/{{ .WorkshopName }}-files:$(workshop_version)"
includePaths:
- /workshop/**
- /exercises/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- end }}
files:
- image:
url: "$(image_repository)/{{ .WorkshopName }}-files:latest"
url: "$(image_repository)/{{ .WorkshopName }}-files:$(workshop_version)"
includePaths:
- /workshop/**
- /exercises/**
Expand Down

0 comments on commit 1b57845

Please sign in to comment.