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 }}