fix(foundryvtt): override image tag
My FoundryVTT install broke because it automatically pulled `latest`. And there was a recent release to support v13, which has a different directory structure than v12. That caused the container to report that FoundryVTT wasn't actually installed.
This commit is contained in:
parent
e777deedc1
commit
f07e8a87f2
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ resources:
|
|||
|
||||
patches:
|
||||
- path: deployment-patch.yaml
|
||||
|
||||
images:
|
||||
- name: pgschk/foundryvtt-containerized
|
||||
newTag: v0.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue