mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-02 07:27:47 +02:00
Change build build action version to target redhat actions
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
c90865efec
commit
b6108dc2d1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/manifest-build-push.yaml
vendored
3
.github/workflows/manifest-build-push.yaml
vendored
|
@ -51,8 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
id: build_image
|
id: build_image
|
||||||
# for testing purpose only, to be changed after manifest feature merge in buildah build
|
uses: redhat-actions/buildah-build@main
|
||||||
uses: divyansh42/buildah-build@manifest-support
|
|
||||||
with:
|
with:
|
||||||
image: ${{ env.IMAGE_NAME }}
|
image: ${{ env.IMAGE_NAME }}
|
||||||
tags: ${{ env.IMAGE_TAGS }}
|
tags: ${{ env.IMAGE_TAGS }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue