push a built package to ghcr
This commit is contained in:
parent
cb6e3f0860
commit
657fc4062c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue