From 42eced3d86582336e47d39736764a56e07f36447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:08:30 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/kbs-release.yaml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kbs-release.yaml b/.github/workflows/kbs-release.yaml index d0f883d9c..cb528fe17 100644 --- a/.github/workflows/kbs-release.yaml +++ b/.github/workflows/kbs-release.yaml @@ -20,7 +20,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build and push kbs (With built-in CoCo AS) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./kbs/docker/Dockerfile @@ -29,7 +29,7 @@ jobs: tags: ghcr.io/confidential-containers/key-broker-service:built-in-as-${{ github.ref_name }} - name: Build and push kbs (With the CoCo gRPC AS) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./kbs/docker/Dockerfile.coco-as-grpc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2d26a6f0..dfb47720e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build and push attestation-service - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./attestation-service/Dockerfile.as @@ -29,7 +29,7 @@ jobs: tags: ghcr.io/confidential-containers/attestation-service:latest, ghcr.io/confidential-containers/attestation-service:${{ github.ref_name }} - name: Build and push reference-value-provider-service - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./attestation-service/Dockerfile.rvps