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