From 13f096878e6754ecce11e16f69b4aba2326558da Mon Sep 17 00:00:00 2001 From: "Tomi P. Hakala" Date: Thu, 16 Jan 2025 16:15:20 +0200 Subject: [PATCH] chore: update Docker build action to v6 in release workflow - Upgraded the Docker build and push action from v5 to v6 for improved performance and security. - This change ensures the release build workflow utilizes the latest features and optimizations available in the Docker action. --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 0d97f59..2a52a3d 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -128,7 +128,7 @@ jobs: type=raw,value=latest - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true