From a598fd3a57b2e6e4cfc41cec9f5bd7dbe5394f96 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 19:40:35 +0000
Subject: [PATCH] chore(deps): update docker/build-push-action digest to
 32945a3 (#352)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/build-container-images.yaml | 8 ++++----
 .github/workflows/containers.yaml             | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build-container-images.yaml b/.github/workflows/build-container-images.yaml
index 8b4deb635..7cced15ec 100644
--- a/.github/workflows/build-container-images.yaml
+++ b/.github/workflows/build-container-images.yaml
@@ -46,7 +46,7 @@ jobs:
           password: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build and deploy Python 3.11 image
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           context: containers/python311_alpine/
           file: containers/python311_alpine/Dockerfile.python311_alpine
@@ -57,7 +57,7 @@ jobs:
               org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }}
 
       - name: Build and deploy Python 3.12 image
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           context: containers/python312_alpine/
           file: containers/python312_alpine/Dockerfile.python312_alpine
@@ -68,7 +68,7 @@ jobs:
               org.opencontainers.image.version=${{ env.VERSION_PYTHON312 }}
 
       - name: Build and deploy Argo Utils image
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           context: containers/argo_utils/
           file: containers/argo_utils/Dockerfile.argo_utils
@@ -79,7 +79,7 @@ jobs:
               org.opencontainers.image.version=${{ env.VERSION_ARGO_UTILS }}
 
       - name: Build and deploy BMC Utils image
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           context: containers/bmc-utils/
           file: containers/bmc-utils/Dockerfile.bmc_utils
diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml
index e73f89839..a7181b89b 100644
--- a/.github/workflows/containers.yaml
+++ b/.github/workflows/containers.yaml
@@ -54,7 +54,7 @@ jobs:
           DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
 
       - name: build and deploy openstack container image to registry
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
           build-args: OPENSTACK_VERSION=${{ matrix.openstack }}
@@ -96,7 +96,7 @@ jobs:
           DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
 
       - name: build and deploy dnsmasq container to registry
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           context: "{{defaultContext}}:containers/dnsmasq"
           file: Dockerfile.dnsmasq
@@ -141,7 +141,7 @@ jobs:
           DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
 
       - name: build and deploy container image to registry
-        uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
+        uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
         with:
           file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
           pull: true  # ensure we always have an up to date source