diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 16:08:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 16:08:22 +0900 |
| commit | 6124772a5fff0df430ca47bc328b93dd2ae0cf3a (patch) | |
| tree | 4cb3385c6f8bd13ec6793477eba1c1a315a1d597 /.github/workflows/docker.yml | |
| parent | build(deps): bump docker/login-action from 2 to 3 (#11829) (diff) | |
| download | sharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.tar.gz sharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.tar.bz2 sharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.zip | |
build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#11827)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.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.10.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.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2497ff61d1..3c06fb5591 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.0.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2.10.0 + uses: docker/setup-buildx-action@v3.0.0 with: platforms: linux/amd64,linux/arm64 - name: Docker meta |