From 9c357e1fa138e63cb638087cd4f78f53be9a97ec Mon Sep 17 00:00:00 2001 From: silas <s.developer@4-dc.de> Date: Tue, 27 Jul 2021 13:27:16 +0200 Subject: [PATCH] Updated GitLab CI to use docker image built by GitHub Actions on ghcr.io --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b868a4..4ef8cc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ build: stage: build image: - name: sdc0/manjaro-qt6-ffmpeg + name: ghcr.io/sdc0/manjaro-qt6-ffmpeg entrypoint: ["/bin/sh", "-c"] script: - mkdir build @@ -13,4 +13,4 @@ build: - build/AVQt/libAVQt_static.a - build/AVQt/libAVQt.so - AVQt/ - expire_in: 1 week + expire_in: 1 week \ No newline at end of file -- GitLab