From a82e54aee46b809c937ae93f5898e2de1115ab07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:32:55 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4.0.0 to 4.1.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.1) --- 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/publish-alwatr-container.yml | 2 +- .github/workflows/publish-special-container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-alwatr-container.yml b/.github/workflows/publish-alwatr-container.yml index 6d269b6ff..a2386470c 100644 --- a/.github/workflows/publish-alwatr-container.yml +++ b/.github/workflows/publish-alwatr-container.yml @@ -130,7 +130,7 @@ jobs: - name: 🚀 Build and push container image id: build-and-push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.1.1 with: push: ${{ github.event_name != 'pull_request' }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-special-container.yml b/.github/workflows/publish-special-container.yml index d07323429..9374d0c52 100644 --- a/.github/workflows/publish-special-container.yml +++ b/.github/workflows/publish-special-container.yml @@ -141,7 +141,7 @@ jobs: - name: 🚀 Build and push container image id: build-and-push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.1.1 with: context: ${{matrix.path}} push: ${{github.event_name != 'pull_request'}}