Bump docker/build-push-action from 2 to 3 (#899)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

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

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-07-05 17:34:23 +10:00 committed by GitHub
parent dd973eb0ec
commit 24a9d5ca0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push kanidmd - name: Build and push kanidmd
id: docker_build_kanidm id: docker_build_kanidm
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: ${{matrix.target}} platforms: ${{matrix.target}}

View file

@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push kanidmd - name: Build and push kanidmd
id: docker_build_kanidmd id: docker_build_kanidmd
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: ${{matrix.target}} platforms: ${{matrix.target}}

View file

@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push radius - name: Build and push radius
id: docker_build_radius id: docker_build_radius
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: ${{matrix.target}} platforms: ${{matrix.target}}