diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 11:53:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 11:53:04 -0400 |
commit | 03e5dddf246b3f53200e9e9df610d44d3739f026 (patch) | |
tree | 15e3d87d6fedd2f473908e43ba15bae8e942b65d | |
parent | 7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2 (diff) | |
download | spack-03e5dddf246b3f53200e9e9df610d44d3739f026.tar.gz spack-03e5dddf246b3f53200e9e9df610d44d3739f026.tar.bz2 spack-03e5dddf246b3f53200e9e9df610d44d3739f026.tar.xz spack-03e5dddf246b3f53200e9e9df610d44d3739f026.zip |
build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 (#45380)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/1ca370b3a9802c92e886402e0dd88098a2533b12...5176d81f87c23d6fc96624dfdbcd9f3830bbe445)
---
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>
-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 23db7791ae..7b8fdeb2c2 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -113,7 +113,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build & Deploy ${{ matrix.dockerfile[0] }} - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 with: context: dockerfiles/${{ matrix.dockerfile[0] }} platforms: ${{ matrix.dockerfile[1] }} |