chore(deps): bump docker/build-push-action from 3 to 4 (#1360)

This commit is contained in:
dependabot[bot] 2023-02-13 15:08:07 +01:00 committed by GitHub
parent 1532cfa453
commit d6dac938a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
- name: Build and push kanidmd - name: Build and push kanidmd
id: docker_build_kanidm id: docker_build_kanidm
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: "linux/amd64" platforms: "linux/amd64"

View file

@ -35,7 +35,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
- name: Build and push kanidmd - name: Build and push kanidmd
id: docker_build_kanidmd id: docker_build_kanidmd
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: linux/amd64 platforms: linux/amd64

View file

@ -34,7 +34,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
- name: Build and push radius - name: Build and push radius
id: docker_build_radius id: docker_build_radius
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
push: ${{ github.ref == 'refs/heads/master' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64