mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump docker/build-push-action from 3 to 4 (#1360)
This commit is contained in:
parent
1532cfa453
commit
d6dac938a6
2
.github/workflows/docker_build_kanidm.yml
vendored
2
.github/workflows/docker_build_kanidm.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- name: Build and push kanidmd
|
||||
id: docker_build_kanidm
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
platforms: "linux/amd64"
|
||||
|
|
2
.github/workflows/docker_build_kanidmd.yml
vendored
2
.github/workflows/docker_build_kanidmd.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- name: Build and push kanidmd
|
||||
id: docker_build_kanidmd
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
platforms: linux/amd64
|
||||
|
|
2
.github/workflows/docker_build_radiusd.yml
vendored
2
.github/workflows/docker_build_radiusd.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- name: Build and push radius
|
||||
id: docker_build_radius
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
platforms: linux/arm64,linux/amd64
|
||||
|
|
Loading…
Reference in a new issue