From f3873d9735a046e7487d0c0f801545114a3769ec Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:43:53 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0793cc..8a6c90f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: pika archlinux with yay docker image +name: Debian bleeding edge docker image on: push: @@ -15,7 +15,7 @@ on: pull_request: env: - IMAGE_NAME: archlinux-yay + IMAGE_NAME: debian-bleedingedge jobs: # Push image to GitHub Packages. @@ -51,4 +51,4 @@ jobs: echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION docker tag $IMAGE_NAME $IMAGE_ID:$VERSION - docker push $IMAGE_ID:$VERSION \ No newline at end of file + docker push $IMAGE_ID:$VERSION