From 79d0fbb0697492d0dee57dfe8dd2ca223c4d632c Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Mon, 8 Apr 2024 18:13:30 +0100 Subject: [PATCH] :seedling: Add process to build the images for kube-rbac-proxy and publish in GitHub rehistry --- .github/workflows/release-rbac-images-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-rbac-images-job.yml b/.github/workflows/release-rbac-images-job.yml index b7a3d47d410..9342a61b475 100644 --- a/.github/workflows/release-rbac-images-job.yml +++ b/.github/workflows/release-rbac-images-job.yml @@ -12,8 +12,8 @@ on: pull_request: branches: - master - paths: - - 'release-rbac-images-versions.yaml' +# paths: +# - 'release-rbac-images-versions.yaml' permissions: contents: read