diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 67a0ac4..31f5c26 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -201,7 +201,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: docker build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64