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