From b6108dc2d1b9fa689bf06c0abf13f78204cb3697 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 17 Nov 2021 15:18:49 +0530 Subject: [PATCH] Change build build action version to target redhat actions Signed-off-by: divyansh42 --- .github/workflows/manifest-build-push.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/manifest-build-push.yaml b/.github/workflows/manifest-build-push.yaml index 37db49c..bbc5a09 100644 --- a/.github/workflows/manifest-build-push.yaml +++ b/.github/workflows/manifest-build-push.yaml @@ -51,8 +51,7 @@ jobs: - name: Build Image id: build_image - # for testing purpose only, to be changed after manifest feature merge in buildah build - uses: divyansh42/buildah-build@manifest-support + uses: redhat-actions/buildah-build@main with: image: ${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAGS }}