From d11885d48c7e80eade3b96302f1c833bc12d8550 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 18 Apr 2022 20:35:55 +0400 Subject: [PATCH] Update URL to the Docker image in Linux action --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8295bf83a..70edd19fb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,7 +46,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: - image: docker.pkg.github.com/telegramdesktop/tdesktop/centos_env + image: ghcr.io/${{ github.repository }}/centos_env credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}