summaryrefslogtreecommitdiff
path: root/.github/workflows/build-containers.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-28 05:57:35 -0600
committerGitHub <noreply@github.com>2024-09-28 05:57:35 -0600
commit849b82d2429e8c788d8f9d2723c03e783ea9d3a7 (patch)
tree2e423b28c3807dd308feae0923074386b8bf3874 /.github/workflows/build-containers.yml
parent114ac5908a51ca8b20a50cc5842696d75e109c4a (diff)
downloadspack-849b82d2429e8c788d8f9d2723c03e783ea9d3a7.tar.gz
spack-849b82d2429e8c788d8f9d2723c03e783ea9d3a7.tar.bz2
spack-849b82d2429e8c788d8f9d2723c03e783ea9d3a7.tar.xz
spack-849b82d2429e8c788d8f9d2723c03e783ea9d3a7.zip
build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (#46618)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5cd11c3a4ced054e52742c5fd54dca954e0edd85...32945a339266b759abcbdc89316275140b0fc960) --- 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/workflows/build-containers.yml')
-rw-r--r--.github/workflows/build-containers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index b62b458dfa..620e8a0453 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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
with:
context: dockerfiles/${{ matrix.dockerfile[0] }}
platforms: ${{ matrix.dockerfile[1] }}