diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 06:14:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 06:14:27 +0200 |
commit | 9d7ea1a28be6ac00e1a8359486366c4cbee8ad50 (patch) | |
tree | db17841adb25c797efe6e5ebe0340d35c7cff11b /.github/workflows/build-containers.yml | |
parent | d85668f096872c406e5e03064551c66110bc7f42 (diff) | |
download | spack-9d7ea1a28be6ac00e1a8359486366c4cbee8ad50.tar.gz spack-9d7ea1a28be6ac00e1a8359486366c4cbee8ad50.tar.bz2 spack-9d7ea1a28be6ac00e1a8359486366c4cbee8ad50.tar.xz spack-9d7ea1a28be6ac00e1a8359486366c4cbee8ad50.zip |
build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0 (#45243)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...a254f8ca60a858f3136a2f1f23a60969f2c402dd)
---
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 2efe54021e..06da483712 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@1a162644f9a7e87d8f4b053101d1d9a712edc18c + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd with: context: dockerfiles/${{ matrix.dockerfile[0] }} platforms: ${{ matrix.dockerfile[1] }} |