Update URL to the Docker image in Linux action

This commit is contained in:
Ilya Fedin 2022-04-18 20:35:55 +04:00 committed by John Preston
parent c8cec18ad3
commit d11885d48c

View file

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