Skip to content

Commit

Permalink
Pull Docker image in the Linux workflow from shared repository
Browse files Browse the repository at this point in the history
This saves forked repositories from the need to rebuild the Docker image.
  • Loading branch information
mymedia2 committed Aug 13, 2022
1 parent 4ce7eea commit 6a3ba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: CentOS 7
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}/centos_env
image: ghcr.io/telegramdesktop/tdesktop/centos_env
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6a3ba0a

Please sign in to comment.