From 0e80694bbecd1e762d51e7d7bb101ecb3d7d289d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:40:03 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97bf6c83..04d669be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Build and push snapshot id: docker_build if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: | @@ -43,7 +43,7 @@ jobs: - name: Build and push tag id: docker_build if: startsWith(github.ref, 'refs/tags/v') - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: |