From 6cf8e8ea45750d4f923d38b049b1da6e48794e7d Mon Sep 17 00:00:00 2001 From: Kornilios Kourtis Date: Fri, 12 Jul 2024 11:19:20 +0200 Subject: [PATCH] Fix "gh: build rthooks image (CI)" This reverts commit 101fd8c095a551dc74ebe416fbcb88b34eb6112c. The above commit was wrong. For releasing the tetragon-rthooks images, we need a different workflow, which will be based on rthooks/v* tags. The original intention of the commit, was to build the rthooks images in CI. This patch actually does this. Fixes: 101fd8c09 "gh: build rthooks image (CI)" Signed-off-by: Kornilios Kourtis --- .github/workflows/build-images-ci.yml | 3 +++ .github/workflows/build-images-releases.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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