fix: git checkout
This commit is contained in:
parent
01329fc87c
commit
68123040a1
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-singbox-docker.yml
vendored
8
.github/workflows/build-singbox-docker.yml
vendored
|
@ -16,16 +16,16 @@ jobs:
|
||||||
distro: [alpine, distroless]
|
distro: [alpine, distroless]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Action Repo
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
path: action
|
|
||||||
- name: Checkout Source Code of 'SagerNet/sing-box'
|
- name: Checkout Source Code of 'SagerNet/sing-box'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'SagerNet/sing-box'
|
repository: 'SagerNet/sing-box'
|
||||||
ref: ${{ github.event.inputs.tag }}
|
ref: ${{ github.event.inputs.tag }}
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: Checkout Action Repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: action
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Setup QEMU for Docker Buildx
|
- name: Setup QEMU for Docker Buildx
|
||||||
|
|
Loading…
Reference in a new issue