diff --git a/.github/workflows/build-images-ci.yml b/.github/workflows/build-images-ci.yml index 5afa78da910..e3bf71075c9 100644 --- a/.github/workflows/build-images-ci.yml +++ b/.github/workflows/build-images-ci.yml @@ -33,6 +33,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 diff --git a/.github/workflows/build-images-releases.yml b/.github/workflows/build-images-releases.yml index 3def784b28b..cc3f3d781c9 100644 --- a/.github/workflows/build-images-releases.yml +++ b/.github/workflows/build-images-releases.yml @@ -27,9 +27,6 @@ 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