🐛 fix(.github): remove references to warp

This commit is contained in:
Wanjohi
2024-04-16 04:53:41 +03:00
parent 039cc96f3d
commit 85db990699
2 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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