mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +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
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Download warp
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: warp
|
||||
path: ./
|
||||
-
|
||||
name: Log into registry ${{ env.REGISTRY }}
|
||||
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
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Download warp
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: warp
|
||||
path: ./
|
||||
-
|
||||
name: Log into registry ${{ env.REGISTRY }}
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user