From 122163a835357565fb5fb8baeadbb43a7bdb24c3 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Sat, 20 Jul 2024 19:29:44 +0200 Subject: [PATCH] chore!: update export-apkgs BREAKING CHANGE: projects must now define APKG level resources --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ced826d..ff246ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - release build: - image: durcheinander/export-apkgs:1.0.0 + image: durcheinander/export-apkgs:2.0.0 stage: build rules: - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab