Skip to content

Commit

Permalink
Fix "gh: build rthooks image (CI)"
Browse files Browse the repository at this point in the history
This reverts commit 101fd8c.

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: 101fd8c "gh: build rthooks image (CI)"

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jul 12, 2024
1 parent dee91f9 commit 6cf8e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-images-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-images-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cf8e8e

Please sign in to comment.