From 657fc4062c2201525478ef655e52059cf3c588e7 Mon Sep 17 00:00:00 2001 From: SnskArora Date: Sat, 22 Mar 2025 14:35:45 +0530 Subject: [PATCH] push a built package to ghcr --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff7fa8e..4ae2dc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,10 @@ jobs: run: make build env: VERSION: latest + - name: Push + run: make push + env: + VERSION: latest - name: Test run: make test - name: Lint