mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 06:42:10 +00:00
fix(ci): fix sagemaker action (#148)
This commit is contained in:
parent
d503e8f09d
commit
55106ec476
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -94,6 +94,10 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2.0.0
|
uses: docker/setup-buildx-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
install: true
|
install: true
|
||||||
|
- name: Tailscale
|
||||||
|
uses: tailscale/github-action@v1
|
||||||
|
with:
|
||||||
|
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Inject slug/short variables
|
- name: Inject slug/short variables
|
||||||
|
Loading…
Reference in New Issue
Block a user