commit | fca16272b29f52012df20240083516ad7cf9a316 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 13 03:35:11 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Oct 13 13:23:18 2022 -0400 |
tree | 55ac9c313a22f9a8869ea78fa9c1e5db86c1f710 | |
parent | 22b397bfeb5c140cd6656dde24b81db65b6ba782 [diff] [blame] |
build(deps): bump docker/setup-buildx-action from 2.0.0 to 2.1.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0) --- 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 03620b2..c4e0fae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -44,7 +44,7 @@ uses: docker/setup-qemu-action@v2.0.0 - name: Configure Buildkit - uses: docker/setup-buildx-action@v2.0.0 + uses: docker/setup-buildx-action@v2.1.0 - name: Checkout project uses: actions/checkout@v3.1.0