diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-22 12:45:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 12:45:52 +0900 |
| commit | 3254f7c5cd13c56d023f9fc1ed50f1b602c8359d (patch) | |
| tree | 0065a93c3b94e608389e6558899d21635add2436 /.github/workflows/docker-develop.yml | |
| parent | fix(frontend): リバーシ開始時の自動投稿のURLが正しくない... (diff) | |
| download | sharkey-3254f7c5cd13c56d023f9fc1ed50f1b602c8359d.tar.gz sharkey-3254f7c5cd13c56d023f9fc1ed50f1b602c8359d.tar.bz2 sharkey-3254f7c5cd13c56d023f9fc1ed50f1b602c8359d.zip | |
chore(deps): bump docker/build-push-action from 5 to 6 (#14039)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-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-develop.yml')
| -rw-r--r-- | .github/workflows/docker-develop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index cb84849580..ac2b1b4d35 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push by digest id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true |