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]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Action Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: action
|
||||
- name: Checkout Source Code of 'SagerNet/sing-box'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'SagerNet/sing-box'
|
||||
ref: ${{ github.event.inputs.tag }}
|
||||
submodules: true
|
||||
- name: Checkout Action Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: action
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Setup QEMU for Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue