diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 14:05:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 14:05:17 +0100 |
| commit | 122d66581278107277d58c05e4ca86f530d0db7b (patch) | |
| tree | 90ba8c4c03e01d539e03545f81cbc4c46f5f9aed /.github/workflows/docker-image.yml | |
| parent | 7e5606f82fa5c1b008b4a714ea28e55256362b4b (diff) | |
Bump docker/setup-buildx-action from 2.5.0 to 3.0.0 (#2780)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.5.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.5.0...v3.0.0)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docker-image.yml')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 95ab1b05..91dd2365 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v2.5.0 + uses: docker/setup-buildx-action@v3.0.0 with: platforms: ${{ env.PLATFORMS }} |
