diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a17d1369488920cb2d109fff9ec0a4d088098267..fd4d4b620a3160f3301aaaa152fd66be4aa4c879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ include: - remote: https://git.shivering-isles.com/container-library/build-ah-engine/-/raw/feature/multiarch/gitlab-ci-template.yml + - project: 'container-library/build-ah-engine' + ref: 2.0.0 + file: '/gitlab-ci-template.yml' variables: GIT_SUBMODULE_STRATEGY: 'recursive' CI_CONTAINER_BUILD_ARCHS: "amd64:arm64" - CI_REGISTRY_IMAGE_VERSION: "0.5.2 --suffix=-1" + CI_REGISTRY_IMAGE_VERSION: "0.5.2"