use newest push to registry action
This commit is contained in:
parent
eaf5d43001
commit
0067e1dfe2
@ -46,7 +46,7 @@ jobs:
|
|||||||
./Containerfile
|
./Containerfile
|
||||||
- name: Push to registry
|
- name: Push to registry
|
||||||
id: push-to-registry
|
id: push-to-registry
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2.8
|
||||||
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user