mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-19 07:05:28 +08:00
Chore(actions/docker): use github variables (#311)
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: xjasonlyu
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Get Version
|
- name: Get Version
|
||||||
|
Reference in New Issue
Block a user