use newest push to registry action

This commit is contained in:
Sebastian Hugentobler 2024-04-02 09:43:49 +02:00
parent eaf5d43001
commit 0067e1dfe2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -46,7 +46,7 @@ jobs:
./Containerfile
- name: Push to registry
id: push-to-registry
uses: redhat-actions/push-to-registry@v2
uses: redhat-actions/push-to-registry@v2.8
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}