From 1a3e82c8165053c73f5c5de9abb583d704f4eed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:07:45 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-base-image.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index 1138721..281144f 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -21,7 +21,7 @@ jobs: platforms: linux/arm64 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.4.0 + uses: docker/setup-buildx-action@v2.4.1 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0 diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 3c4be5e..ff1c259 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -23,7 +23,7 @@ jobs: platforms: linux/arm64 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.4.0 + uses: docker/setup-buildx-action@v2.4.1 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0