From 1c7e2693c1483cf142933dd99c606aabf78b6ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:44:19 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.0.2 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d912797bc..9ff09da9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build and push - uses: docker/build-push-action@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: build-args: |- KEYCLOAK_VERSION=${{ matrix.env.KEYCLOAK_VERSION }}