From 79c958a6d958a0dd66c0875ef4bb1ffd502a26e6 Mon Sep 17 00:00:00 2001 From: abankhele <144853780+abankhele@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:25:30 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54eed55..18b25e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: reporter: java-junit fail-on-error: true + - name: Build and push the image run: | docker login --username abankhele --password ${{secrets.ACCESS_TOKEN}} ghcr.io