fix action version in demo

the demo used v1 with 'tags' input that was introduced with v2
This commit is contained in:
K3rnelPan1c 2021-02-14 22:07:23 +01:00 committed by GitHub
parent dde21b9630
commit 122bd07f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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