diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-19 11:27:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 11:27:59 +0100 |
commit | 93ebc4f47ba87c71fe58292d29382140483c9101 (patch) | |
tree | 5b844f85619c86a652ffb654597a115a1fbe372c /.github | |
parent | 4918b7d00756498ffd5ad03646ec4ba76955f14e (diff) | |
download | spack-93ebc4f47ba87c71fe58292d29382140483c9101.tar.gz spack-93ebc4f47ba87c71fe58292d29382140483c9101.tar.bz2 spack-93ebc4f47ba87c71fe58292d29382140483c9101.tar.xz spack-93ebc4f47ba87c71fe58292d29382140483c9101.zip |
build(deps): bump docker/build-push-action from 2.7.0 to 2.8.0 (#28495)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229...1814d3dfb36d6f84174e61f4a4b05bd84089a4b9)
---
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 1e996111b8..00cc3bb806 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@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # @v2 + uses: docker/build-push-action@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # @v2 with: file: share/spack/docker/${{matrix.dockerfile[1]}} platforms: ${{ matrix.dockerfile[2] }} |