From 8762fb98c4727318e82c73a20a3a658d8a0cc9f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:09:31 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 0adf995 --- .github/workflows/build-container-images.yaml | 4 ++-- .github/workflows/containers.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-container-images.yaml b/.github/workflows/build-container-images.yaml index ccdc89e7e..d01b5ac04 100644 --- a/.github/workflows/build-container-images.yaml +++ b/.github/workflows/build-container-images.yaml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and deploy Python 3.11 image - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: containers/python311_alpine/ file: containers/python311_alpine/Dockerfile.python311_alpine @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }} - name: Build and deploy Python 3.12 image - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: containers/python312_alpine/ file: containers/python312_alpine/Dockerfile.python312_alpine diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index a125d7eee..ac0b8c060 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -57,7 +57,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: build and deploy openstack container image to registry - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }} build-args: OPENSTACK_VERSION=${{ matrix.openstack }} @@ -100,7 +100,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: build and deploy dnsmasq container to registry - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: "{{defaultContext}}:containers/dnsmasq" file: Dockerfile.dnsmasq @@ -147,7 +147,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: build and deploy container image to registry - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }} pull: true # ensure we always have an up to date source