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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-19 08:58:21 +00:00
committed by GitHub
parent ef8e1fc21b
commit 613fbf8d61
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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