mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Accidentally deleted the checkout step
This commit is contained in:
parent
9bab150922
commit
df86da4964
5
.github/workflows/pre-release.yaml
vendored
5
.github/workflows/pre-release.yaml
vendored
@ -11,7 +11,12 @@ jobs:
|
|||||||
name: "Pre Release Docker"
|
name: "Pre Release Docker"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v1
|
- uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: docker/setup-buildx-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user