diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52a4157e3..ef40924f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/server - name: Build and Push images - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: . platforms: linux/amd64,linux/arm64