mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-14 15:49:54 +02:00
Update Buildah build action to use v2 tag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
15b645db2b
commit
897f4a8668
4 changed files with 10 additions and 3 deletions
2
.github/workflows/verify-push.yaml
vendored
2
.github/workflows/verify-push.yaml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
# Build image using Buildah action
|
||||
- name: Build Image
|
||||
id: build_image
|
||||
uses: redhat-actions/buildah-build@main
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: ${{ env.IMAGE_TAGS }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue