test
Some checks failed
Gitea Actions Demo / lint (push) Successful in 28s
Gitea Actions Demo / test (push) Successful in 17s
Gitea Actions Demo / docker (push) Failing after 3m25s

This commit is contained in:
2025-04-30 22:14:21 -05:00
parent 4fd8dd78ef
commit 5ea55b4276

View File

@ -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