diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 14:01:15 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-21 21:08:06 +0000 |
| commit | 35af54b64ba1f6e4ac35dd3c07143ed08ca6a043 (patch) | |
| tree | d2a223b209e96ab8087f5e02c27a8e15f033e799 | |
| parent | 8a4242d5033df58372d8d1fcccaaebbd3db5e238 (diff) | |
deps(actions): bump docker/setup-buildx-action from 3.1.0 to 3.2.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/0d103c3126aa41d772a8362f6aa67afac040f80c...2b51285047da1547ffb1b2203d8be4c0af6b1f20)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/build-image.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 7850b11..daf5e7f 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -47,7 +47,7 @@ jobs: ${{ inputs.extra_tags }} - name: Setup Docker Buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0 - name: Get akmods signing key if: github.event_name != 'pull_request' |
