From 5ea55b42762323ffdd81c7c0a44eca9efe2e046f Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Wed, 30 Apr 2025 22:14:21 -0500 Subject: [PATCH] test --- .gitea/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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