From 2ced41226b6adb12fbcc6b8f18e43ed9745acd0f Mon Sep 17 00:00:00 2001 From: Silas Della Contrada <s.developer@4-dc.de> Date: Tue, 27 Jul 2021 13:30:55 +0200 Subject: [PATCH] Revert "Updated GitLab CI to use docker image built by GitHub Actions on ghcr.io" This reverts commit 9c357e1fa138e63cb638087cd4f78f53be9a97ec --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ef8cc6..0b868a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ build: stage: build image: - name: ghcr.io/sdc0/manjaro-qt6-ffmpeg + name: 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 \ No newline at end of file + expire_in: 1 week -- GitLab