mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update URL to the Docker image in Linux action
This commit is contained in:
parent
c8cec18ad3
commit
d11885d48c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
name: CentOS 7
|
name: CentOS 7
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.pkg.github.com/telegramdesktop/tdesktop/centos_env
|
image: ghcr.io/${{ github.repository }}/centos_env
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue