From 613fbf8d6161a76271a378e6c3d82ed35fdc3a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:58:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.0 to 4.1.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-hub-build-push-on-push.yml | 2 +- .github/workflows/docker-hub-build-push-on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-hub-build-push-on-push.yml b/.github/workflows/docker-hub-build-push-on-push.yml index d5a0ed4..4caa276 100644 --- a/.github/workflows/docker-hub-build-push-on-push.yml +++ b/.github/workflows/docker-hub-build-push-on-push.yml @@ -44,7 +44,7 @@ jobs: password: ${{ github.token }} - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.1.1 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index a7f0797..ea6cc97 100644 --- a/.github/workflows/docker-hub-build-push-on-release.yml +++ b/.github/workflows/docker-hub-build-push-on-release.yml @@ -43,7 +43,7 @@ jobs: password: ${{ github.token }} - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.1.1 with: platforms: ${{ env.PLATFORMS }} push: true