We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca7f3d commit c51df78Copy full SHA for c51df78
1 file changed
.github/workflows/release.yaml
@@ -46,6 +46,9 @@ jobs:
46
with:
47
go-version: 1.24
48
49
+ - name: Install Ginkgo
50
+ run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
51
+
52
- name: Build and Push
53
run: |
54
make docker-build docker-push
0 commit comments