Revert "Fix action version in README"

This reverts commit 0ab92f3d53.
This commit is contained in:
Tommy jones 2021-02-17 01:36:12 -07:00 committed by GitHub
parent 0ab92f3d53
commit e61bda70db

View file

@ -113,7 +113,7 @@ jobs:
- name: Build Image - name: Build Image
id: build-image id: build-image
uses: redhat-actions/buildah-build@v2 uses: redhat-actions/buildah-build@v1
with: with:
image: ${{ env.IMAGE_NAME }} image: ${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_TAGS }} tags: ${{ env.IMAGE_TAGS }}
@ -123,7 +123,7 @@ jobs:
- name: Push To Quay - name: Push To Quay
id: push-to-quay id: push-to-quay
uses: redhat-actions/push-to-registry@v2 uses: redhat-actions/push-to-registry@v1
with: with:
image: ${{ steps.build-image.outputs.image }} image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }} tags: ${{ steps.build-image.outputs.tags }}