summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-17 21:43:12 -0600
committerGitHub <noreply@github.com>2024-07-17 21:43:12 -0600
commitde4d4695c46426bca79d0ea10b0401982743b52a (patch)
treef49e8fba9ccbd62306912971df777ab17ef95143 /.github
parentc8cf85223fa18c58fa3c1eb99ffd6c154aa4104b (diff)
downloadspack-de4d4695c46426bca79d0ea10b0401982743b52a.tar.gz
spack-de4d4695c46426bca79d0ea10b0401982743b52a.tar.bz2
spack-de4d4695c46426bca79d0ea10b0401982743b52a.tar.xz
spack-de4d4695c46426bca79d0ea10b0401982743b52a.zip
build(deps): bump docker/build-push-action from 6.4.0 to 6.4.1 (#45283)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/a254f8ca60a858f3136a2f1f23a60969f2c402dd...1ca370b3a9802c92e886402e0dd88098a2533b12) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index 06da483712..799d3b9811 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@a254f8ca60a858f3136a2f1f23a60969f2c402dd
+ uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
with:
context: dockerfiles/${{ matrix.dockerfile[0] }}
platforms: ${{ matrix.dockerfile[1] }}