Skip to content

Commit

Permalink
opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Dec 29, 2024
1 parent d292783 commit 0b012c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
echo "IPTVCHECKER_LATEST_TAG:${IPTVCHECKER_LATEST_TAG}"
echo ::set-output name=tags::${TAGS}
mkdir iptv-checker && cp dockerfile iptv-checker/dockerfile
git clone https://github.com/zhimin-dev/iptv-checker-rs.git
git clone https://github.com/zhimin-dev/iptv-checker-ui-interface.git
- name: Checkout iptv-checker-rs
uses: actions/checkout@v4
with:
repository: zhimin-dev/iptv-checker-rs
path: ./iptv-checker-rs
token: ${{ secrets.GH_PAT }}

- name: Setup Docker Buildx Command
id: buildx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
echo ::set-output name=tags::${TAGS}
mkdir iptv-checker && cp dockerfile iptv-checker/dockerfile
- name: Checkout iptv-checker-ui-interface
- name: Checkout iptv-checker-rs
uses: actions/checkout@v4
with:
repository: zhimin-dev/iptv-checker-ui-interface
path: ./iptv-checker-ui-interface
repository: zhimin-dev/iptv-checker-rs
path: ./iptv-checker-rs
token: ${{ secrets.GH_PAT }}

- name: Setup Docker Buildx Command
Expand Down

0 comments on commit 0b012c7

Please sign in to comment.