From e393830e9fcb083bd7bd12c901eda4f0124fd74d Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Mon, 17 Jul 2023 11:48:06 +0200 Subject: [PATCH] ci: use full github url --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e44bba0..153e6b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: name: Flatpak runs-on: ubuntu-latest container: - image: https://github.com/bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged steps: - uses: actions/checkout@v3