diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4a5867a..c60fd16 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -138,12 +138,17 @@ jobs: - name: Docker build and push uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6.6.0 with: + load: true push: ${{ github.event_name != 'pull_request' }} files: | ./docker-bake.hcl cwd://${{ steps.meta.outputs.bake-file }} cwd://${{ steps.meta-alpine.outputs.bake-file }} + - name: Test + run: | + docker run --rm kubernaut:latest + - name: Setup Helm uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0