push a built package to ghcr

This commit is contained in:
SnskArora 2025-03-22 14:35:45 +05:30
parent cb6e3f0860
commit 657fc4062c
No known key found for this signature in database
GPG key ID: 6EC7FEA48093AB59

View file

@ -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