From a66190bdbdfe27f9e9b40fab200f472342406325 Mon Sep 17 00:00:00 2001 From: Kornilios Kourtis Date: Tue, 25 Jun 2024 10:47:06 +0200 Subject: [PATCH] gh: build rthooks image (CI) Add the rthooks dockerfile so that the tetragon-rthooks image is build in CI. Signed-off-by: Kornilios Kourtis --- .github/workflows/build-images-releases.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-images-releases.yml b/.github/workflows/build-images-releases.yml index ac1141890b5..b5c30bed5c4 100644 --- a/.github/workflows/build-images-releases.yml +++ b/.github/workflows/build-images-releases.yml @@ -27,6 +27,9 @@ jobs: - name: tetragon-operator dockerfile: ./Dockerfile.operator + - name: tetragon-rthooks + dockerfile: ./Dockerfile.rthooks + steps: # https://github.com/docker/setup-qemu-action - name: Set up QEMU