diff --git a/.github/workflows/docker_build_kanidm.yml b/.github/workflows/docker_build_kanidm.yml index 4874e9bce..d4f55a314 100644 --- a/.github/workflows/docker_build_kanidm.yml +++ b/.github/workflows/docker_build_kanidm.yml @@ -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" diff --git a/.github/workflows/docker_build_kanidmd.yml b/.github/workflows/docker_build_kanidmd.yml index 5c168ae8f..bda10924f 100644 --- a/.github/workflows/docker_build_kanidmd.yml +++ b/.github/workflows/docker_build_kanidmd.yml @@ -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 diff --git a/.github/workflows/docker_build_radiusd.yml b/.github/workflows/docker_build_radiusd.yml index 88298d19b..3a349b2f1 100644 --- a/.github/workflows/docker_build_radiusd.yml +++ b/.github/workflows/docker_build_radiusd.yml @@ -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