From 0067e1dfe2a92150ec2fd844b74a0d3ad906876e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 2 Apr 2024 09:43:49 +0200 Subject: [PATCH] use newest push to registry action --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8208c4b..39096e8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }}