diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90e7180..46e0346 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,4 +33,10 @@ jobs: uses: docker/build-push-action@v6 with: context: . - push: false + push: false + load: true + tags: score-k8s:test + - name: Test docker image + run: | + docker run --rm -it score-k8s:test --version + docker run --rm -it score-k8s:test init