fix(ci): fix sagemaker action (#148)
This commit is contained in:
parent
d503e8f09d
commit
55106ec476
|
@ -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