From 9dbda9bd38e227508bbdc30e4fd7825d37617e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:34:15 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- 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/distribution-server-release.yml | 2 +- .github/workflows/lean-release.yml | 2 +- .github/workflows/quote-server-adaptor-release.yml | 2 +- .github/workflows/swift-trader-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/distribution-server-release.yml b/.github/workflows/distribution-server-release.yml index 6ace3fa..ea8f440 100644 --- a/.github/workflows/distribution-server-release.yml +++ b/.github/workflows/distribution-server-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: distribution-server push: true diff --git a/.github/workflows/lean-release.yml b/.github/workflows/lean-release.yml index db585cf..2a6897a 100644 --- a/.github/workflows/lean-release.yml +++ b/.github/workflows/lean-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: . file: lean.Dockerfile diff --git a/.github/workflows/quote-server-adaptor-release.yml b/.github/workflows/quote-server-adaptor-release.yml index 9536d43..3211f52 100644 --- a/.github/workflows/quote-server-adaptor-release.yml +++ b/.github/workflows/quote-server-adaptor-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: . file: quote-server-adaptor.Dockerfile diff --git a/.github/workflows/swift-trader-release.yml b/.github/workflows/swift-trader-release.yml index 9c92bc0..1f3ebb6 100644 --- a/.github/workflows/swift-trader-release.yml +++ b/.github/workflows/swift-trader-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: ./frontend file: ./frontend/Dockerfile