From 4bc2f8b0c42dbb5c1130562d50a094f786b9e168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:55:35 +0100 Subject: [PATCH] build(deps): Bump docker/build-push-action from 3 to 4 (#1765) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Zaremba --- .github/workflows/release-price-feeder-docker.yml | 2 +- .github/workflows/release-umee-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-price-feeder-docker.yml b/.github/workflows/release-price-feeder-docker.yml index 67b000b416..fba39413ef 100644 --- a/.github/workflows/release-price-feeder-docker.yml +++ b/.github/workflows/release-price-feeder-docker.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: true diff --git a/.github/workflows/release-umee-docker.yml b/.github/workflows/release-umee-docker.yml index 9420df0af2..d86ed84951 100644 --- a/.github/workflows/release-umee-docker.yml +++ b/.github/workflows/release-umee-docker.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: file: ./contrib/images/umeed.dockerfile platforms: linux/amd64