commit | 94f57079eaea28fb85a65a26ec5c37feb03d597c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 19 03:38:52 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Oct 28 09:48:50 2022 -0400 |
tree | 37087a66eb19731cec9818fff2dbda37eb12aa6f | |
parent | 18a6ee6e25eb00e8c4155b6ebc6d386c66d5b48c [diff] [blame] |
build(deps): bump docker/setup-buildx-action from 2.1.0 to 2.2.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d6ac79..afce49c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -44,7 +44,7 @@ uses: docker/setup-qemu-action@v2.1.0 - name: Configure Buildkit - uses: docker/setup-buildx-action@v2.1.0 + uses: docker/setup-buildx-action@v2.2.1 - name: Checkout project uses: actions/checkout@v3.1.0