From 46d36c1d1a8c73290e0e3c787497eafc0860fdd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:36:03 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from ff26911fd365b0233252dfbd8eede1c0e9ef9a51 to 53b7df96c91f9c12dcc8a07bcb9ccacbed38856a. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ff26911fd365b0233252dfbd8eede1c0e9ef9a51...53b7df96c91f9c12dcc8a07bcb9ccacbed38856a) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 53b7df96c91f9c12dcc8a07bcb9ccacbed38856a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 42842ca0..44e89c91 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -110,7 +110,7 @@ jobs: - name: Build and push urunc-deploy-${{ matrix.arch}} id: build-and-push - uses: docker/build-push-action@ff26911fd365b0233252dfbd8eede1c0e9ef9a51 # master + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # master with: context: ./deployment/urunc-deploy tags: ${{ steps.meta.outputs.tags }}