chore(landingpage): Fix container image url

This commit is contained in:
Marty Oehme 2025-03-07 18:19:53 +01:00
parent 3418f85ffd
commit bc9104c3e8
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -1,6 +1,6 @@
---
stack_name: landingpage
stack_image: "ghcr.io/marty-oehme/page:latest"
stack_image: "ghcr.io/marty-oehme/page"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"