fix(ci): load falco image before building falco-driver-loader

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2023-05-15 12:53:20 +00:00
committed by poiana
parent 92f884e070
commit 09b5cb7c7b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
ARG FALCO_IMAGE_TAG=latest
FROM falcosecurity/falco:${FALCO_IMAGE_TAG}
FROM docker.io/falcosecurity/falco:${FALCO_IMAGE_TAG}
LABEL maintainer="cncf-falco-dev@lists.cncf.io"