mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-03 01:37:32 +08:00
fix: open source? how dare we
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{ secrets.REPO_URL }}.git .
|
git clone https://${{ secrets.PUSH_TOKEN }}@${{ secrets.REPO_URL }}.git .
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{ secrets.REPO_URL }}.git .
|
git clone https://${{ secrets.PUSH_TOKEN }}@${{ secrets.REPO_URL }}.git .
|
||||||
|
|
||||||
- name: Extract version from tag
|
- name: Extract version from tag
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user