diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-21 16:39:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 16:39:45 +0100 |
commit | b65054881f8b884779f78ca7a51226eebf837593 (patch) | |
tree | ce144e8d8870a820988a91ea7019b65448a1aa7d /.github | |
parent | 6b6f67e90fb5b140c9b171d5f3fa67990be02aa4 (diff) | |
download | spack-b65054881f8b884779f78ca7a51226eebf837593.tar.gz spack-b65054881f8b884779f78ca7a51226eebf837593.tar.bz2 spack-b65054881f8b884779f78ca7a51226eebf837593.tar.xz spack-b65054881f8b884779f78ca7a51226eebf837593.zip |
build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#29506)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/7f9d37fa544684fb73bfe4835ed7214c255ce02b...ac9327eae2b366085ac7f6a2d02df8aa8ead720a)
---
updated-dependencies:
- dependency-name: docker/build-push-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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index f94be1993e..358960d563 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build & Deploy ${{ matrix.dockerfile[1] }} - uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b # @v2 + uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # @v2 with: file: share/spack/docker/${{matrix.dockerfile[1]}} platforms: ${{ matrix.dockerfile[2] }} |