From 85d8270f514d796410569da540c00cf0889e35a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:04:45 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 789f68658055d3ca993799b232b5c46dfe3f114d to 1d0c110a5d679453d30b396aa86f6bb6ae377b76. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/789f68658055d3ca993799b232b5c46dfe3f114d...1d0c110a5d679453d30b396aa86f6bb6ae377b76) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 1d0c110a5d679453d30b396aa86f6bb6ae377b76 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 eb8b6b5a0..efe718755 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@789f68658055d3ca993799b232b5c46dfe3f114d # master + uses: docker/build-push-action@1d0c110a5d679453d30b396aa86f6bb6ae377b76 # master with: context: ./deployment/urunc-deploy tags: ${{ steps.meta.outputs.tags }}