k8s: helm manifest
Some checks failed
Build and Push to GHCR / build (push) Has been cancelled

This commit is contained in:
vitaliy 2025-11-13 17:07:43 +03:00
parent e29e3eb065
commit c0ef6fc87c

View File

@ -24,7 +24,7 @@ jobs:
run: go test -v ./...
- name: Build
run: go build -o app ./cmd/app
run: go build -o app ./cmd
- name: Log in to GHCR
uses: docker/login-action@v3