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