⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 06:05:56 +00:00 committed by GitHub
parent 41e3a2f783
commit 7da0a956e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
push: false
context: ${{ needs.information.outputs.target }}

View file

@ -106,7 +106,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
- name: 🚀 Build and push
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
push: true
# yamllint disable rule:line-length