Bump docker/build-push-action from 3.1.0 to 3.1.1 (#348)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](1cb9d22b93...c84f382811)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-08 15:39:00 +02:00 committed by GitHub
parent ab536ae3c8
commit 2e71e6c740

View File

@ -70,7 +70,7 @@ jobs:
EOF EOF
- name: Build and push container image - name: Build and push container image
id: build id: build
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
with: with:
context: . context: .
push: true push: true