From 91603f8427a2d213a87c56550c8ffcf03340eda2 Mon Sep 17 00:00:00 2001 From: Philipp Riederer Date: Thu, 2 May 2024 17:59:15 +0200 Subject: [PATCH] update image workflow --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index b3b2b89..c12358a 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -40,7 +40,7 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and publish image to Quay - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v5 with: build-args: | VERSION=${{ steps.version.outputs.VERSION }}