summaryrefslogtreecommitdiff
path: root/.github/workflows/docker-develop.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#11786)dependabot[bot]2023-09-051-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout 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>
* build(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#11769)dependabot[bot]2023-08-291-1/+1
| | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#11762)dependabot[bot]2023-08-271-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 (#11502)dependabot[bot]2023-08-131-1/+1
| | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.3.0 to 2.9.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/checkout from 3.2.0 to 3.5.3dependabot[bot]2023-08-121-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update Docker GHA (#9920)Kohei Ota (inductor)2023-02-141-1/+7
| | | | | * Update Docker GHA * add id
* BuildX設定漏れ修正 (#9741)Takuya Yoshida2023-02-051-0/+2
| | | | | | | | | | | * BuildX設定漏れ * Update .github/workflows/docker-develop.yml Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> --------- Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
* Use cache on build (#9639)Takuya Yoshida2023-01-271-0/+2
|
* Update actions (#9638)Takuya Yoshida2023-01-171-3/+3
|
* Update actions/checkout (#9587)Masaya Suzuki2023-01-151-1/+1
|
* CI Publish Docker image (develop) ↵Masaya Suzuki2023-01-151-1/+1
| | | | をforkしたリポジトリでは実行しない (#9585)
* Update docker-develop.ymlsyuilo2021-10-161-1/+1
|
* Update docker-develop.ymlsyuilo2021-10-161-1/+1
|
* dev: developブランチをDocker Hubにpushするようにsyuilo2021-09-301-0/+33
Resolve #7845