Change build build action version to target redhat actions

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-11-17 15:18:49 +05:30
parent c90865efec
commit b6108dc2d1

View file

@ -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 }}