test
Some checks failed
Gitea Actions Demo / lint (push) Successful in 34s
Gitea Actions Demo / test (push) Successful in 23s
Gitea Actions Demo / docker (push) Failing after 5m49s

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

View File

@ -138,12 +138,17 @@ jobs:
- name: Docker build and push - name: Docker build and push
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6.6.0 uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6.6.0
with: with:
load: true
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
files: | files: |
./docker-bake.hcl ./docker-bake.hcl
cwd://${{ steps.meta.outputs.bake-file }} cwd://${{ steps.meta.outputs.bake-file }}
cwd://${{ steps.meta-alpine.outputs.bake-file }} cwd://${{ steps.meta-alpine.outputs.bake-file }}
- name: Test
run: |
docker run --rm kubernaut:develop
- name: Setup Helm - name: Setup Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0