Fix CI pipeline stages

This commit is contained in:
Graham McIntire 2026-01-02 14:54:37 -06:00
parent ed0e98fb4f
commit c0a163ae25
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
include:
- template: Jobs/Build.gitlab-ci.yml
- template: Jobs/Deploy.gitlab-ci.yml
stages:
- build
- deploy
variables:
DOCKER_BUILDKIT: 1