From 6984e7786c4cbe5801e68e222cbe3228d95cf26b Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Sat, 20 Jul 2024 22:15:12 +0200 Subject: [PATCH] chore: upgrade apkg exxporter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f126cde..3d8a39a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ prepare: - '*.js' build: - image: durcheinander/export-apkgs:2.0.0 + image: durcheinander/export-apkgs:3.0.0 stage: build rules: - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab