fix: include image repo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se 2023-12-19 16:32:02 +01:00
parent 7265a5d60a
commit 15376e745e
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -3,7 +3,7 @@ kind: pipeline
name: cairde name: cairde
steps: steps:
- name: make check - name: make check
image: golangci-lint:v1.55.2 image: golangci/golangci-lint:v1.55.2
commands: commands:
- make check - make check