From 3fd38ea92e509fa721ff1c503fe95138800ba8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:02:00 +0100 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 4 (#1186) 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> --- .github/workflows/docker-image.yml | 4 ++-- .github/workflows/pypi_on_release.yml | 2 +- .github/workflows/uffizzi-build.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 98253c89f8..732197ac02 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -182,7 +182,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push privately - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 if: github.event_name != 'pull_request' with: context: . @@ -222,7 +222,7 @@ jobs: password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - name: Build and push privately - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 if: github.event_name != 'pull_request' with: context: . diff --git a/.github/workflows/pypi_on_release.yml b/.github/workflows/pypi_on_release.yml index bd8b392496..c49fd2e9f0 100644 --- a/.github/workflows/pypi_on_release.yml +++ b/.github/workflows/pypi_on_release.yml @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - name: Build and push publicly - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: "{{defaultContext}}:lsp" push: true diff --git a/.github/workflows/uffizzi-build.yml b/.github/workflows/uffizzi-build.yml index c01143db5a..13b5be7aba 100644 --- a/.github/workflows/uffizzi-build.yml +++ b/.github/workflows/uffizzi-build.yml @@ -30,7 +30,7 @@ jobs: images: registry.uffizzi.com/${{ env.UUID_TAG_APP }} tags: type=raw,value=60d - name: Build and Push Image to registry.uffizzi.com ephemeral registry - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: ./