From e3d6ade8eff7585ded792cc042561289afe5c9c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:28:23 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bde545..1acce25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Rust Codespace Docker image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}