From 0e5f7eb3815e03622081055360800601834c3ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:54:05 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.2.0 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/af5a7ed5ba88268d5278f7203fb52cd833f66d6e...2cdde995de11925a030ce8070c3d77a52ffcf1c0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 8 ++++---- .github/workflows/container_base.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 52d614c6..00b2b42d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -45,7 +45,7 @@ jobs: - name: Build Docker image (PCW) if: ${{ matrix.suffix == 'main' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile @@ -54,7 +54,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build Docker image (K8S) if: ${{ matrix.suffix == 'k8s' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile_${{ matrix.suffix }} @@ -91,7 +91,7 @@ jobs: - name: Build and push Docker image (PCW) if: ${{ matrix.suffix == 'main' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile @@ -100,7 +100,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build and push Docker image (K8S) if: ${{ matrix.suffix == 'k8s' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile_${{ matrix.suffix }} diff --git a/.github/workflows/container_base.yml b/.github/workflows/container_base.yml index 3c39c168..bf9d2d12 100644 --- a/.github/workflows/container_base.yml +++ b/.github/workflows/container_base.yml @@ -43,7 +43,7 @@ jobs: - name: Build and push Docker base image (PCW) if: ${{ matrix.suffix == 'base_main' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile_base @@ -52,7 +52,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build and push Docker base image (K8S) if: ${{ matrix.suffix == 'base_k8s' }} - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: context: . file: containers/Dockerfile_${{ matrix.suffix }}