Skip to content

Commit

Permalink
Update kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed May 11, 2024
1 parent 4f77cdb commit 4ec0d2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Build-Mantic:
Build-Debian:
needs: [Lint]
runs-on: ubuntu-22.04
steps:
Expand All @@ -102,7 +102,7 @@ jobs:
echo Building $VERSION-$REL
echo "tag=${VERSION}-${REL}" >> $GITHUB_OUTPUT
DOCKER_IMAGE=ubuntu:23.10
DOCKER_IMAGE=debian:12
docker pull ${DOCKER_IMAGE}
docker run \
-t \
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Publish:
needs: [Build-Jammy, Build-Mantic, Build-Noble]
needs: [Build-Jammy, Build-Debian, Build-Noble]
runs-on: ubuntu-22.04
steps:

Expand Down

0 comments on commit 4ec0d2b

Please sign in to comment.