From 3c2cb5dc7887f9dcdc2844d73b32c4c0a3d0bec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:35:46 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/container-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index 424eda9..813702e 100644 --- a/.github/workflows/container-ci.yaml +++ b/.github/workflows/container-ci.yaml @@ -51,7 +51,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.2.0 with: context: . push: true