mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +01:00
Fix action version in README
This commit is contained in:
parent
dde21b9630
commit
0ab92f3d53
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ jobs:
|
|||
|
||||
- name: Build Image
|
||||
id: build-image
|
||||
uses: redhat-actions/buildah-build@v1
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: ${{ env.IMAGE_TAGS }}
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
|
||||
- name: Push To Quay
|
||||
id: push-to-quay
|
||||
uses: redhat-actions/push-to-registry@v1
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
image: ${{ steps.build-image.outputs.image }}
|
||||
tags: ${{ steps.build-image.outputs.tags }}
|
||||
|
|
Loading…
Add table
Reference in a new issue