mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
🐛 fix(.github): remove references to warp
This commit is contained in:
6
.github/workflows/server.yml
vendored
6
.github/workflows/server.yml
vendored
@@ -63,12 +63,6 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout repo
|
name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
|
||||||
name: Download warp
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: warp
|
|
||||||
path: ./
|
|
||||||
-
|
-
|
||||||
name: Log into registry ${{ env.REGISTRY }}
|
name: Log into registry ${{ env.REGISTRY }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
6
.github/workflows/warp.yml
vendored
6
.github/workflows/warp.yml
vendored
@@ -66,12 +66,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
-
|
|
||||||
name: Download warp
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: warp
|
|
||||||
path: ./
|
|
||||||
-
|
-
|
||||||
name: Log into registry ${{ env.REGISTRY }}
|
name: Log into registry ${{ env.REGISTRY }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user